Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sugoidogo authored Apr 19, 2024
1 parent 7bcbfe8 commit 4e66665
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: 'recursive'
- run: |
npm install github-readme-to-html
npx github-readme-to-html
mv dist/* .
rm -r dist
- run: sudo npm install -g github-readme-to-html
- run: npx github-readme-to-html
- run: mv dist/* .
- run: rm -r dist
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
Expand Down

0 comments on commit 4e66665

Please sign in to comment.