Skip to content

Commit

Permalink
fix docs ci[1]
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Dec 16, 2023
1 parent 9dd85f1 commit abc9600
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
with:
node-version: '18'

- run: cd ./docs
- run: npm install
- run: npm run build
- run: |
cd ./docs
npm install
npm run build
- run: touch doc/.nojekyll
- run: touch docs/.nojekyll
- name: Deploy docs 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
Expand Down

0 comments on commit abc9600

Please sign in to comment.