Skip to content

Commit

Permalink
Remove removal of removed component
Browse files Browse the repository at this point in the history
There is no better way to word this commit. I removed the component from that branch, so we don't need to remove it here anymore
  • Loading branch information
caendesilva committed Feb 25, 2024
1 parent ebcdf45 commit bb6b1b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-documentation-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb6b1b4

Please sign in to comment.