diff --git a/.github/workflows/deploy-documentation-preview.yml b/.github/workflows/deploy-documentation-preview.yml index 005da16480c..c36cedbca34 100644 --- a/.github/workflows/deploy-documentation-preview.yml +++ b/.github/workflows/deploy-documentation-preview.yml @@ -48,9 +48,6 @@ jobs: echo " Hyde\Pages\DocumentationPage: ''" >> hyde.yml sed -i "s/'header' => env('SITE_NAME', 'HydePHP').' Docs'/'header' => 'PR #${{ github.event.pull_request.number }} - Docs'/g" config/docs.php - - name: Remove published article component - run: rm resources/views/vendor/hyde/components/docs/documentation-article.blade.php - - name: Create component to add an information badge run: | mkdir -p resources/views/vendor/hyde/layouts