Skip to content

Commit c927761

Browse files
committed
Update deploy-documentation-preview.yml
1 parent 4811164 commit c927761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-documentation-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
echo "output_directories:" >> hyde.yml
4848
echo " Hyde\Pages\DocumentationPage: dev-docs-preview" >> hyde.yml
49-
sed -i "s/'header_title' => env('SITE_NAME', 'HydePHP').' Docs'/'header_title' => 'PR #${{ github.event.pull_request.number }} - Docs'/g" config/docs.php
49+
sed -i "s/'header' => env('SITE_NAME', 'HydePHP').' Docs'/'header' => 'PR #${{ github.event.pull_request.number }} - Docs'/g" config/docs.php
5050
5151
- name: Remove published article component
5252
run: rm resources/views/vendor/hyde/components/docs/documentation-article.blade.php

0 commit comments

Comments
 (0)