Skip to content

Commit

Permalink
try deploy again
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Aug 5, 2024
1 parent 3dc3478 commit 471adb3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Deploy
if: github.event_name == 'push' && github.ref == 'refs/heads/docusaurus'
run: |
cd docs
npm run deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/build
clean: true

0 comments on commit 471adb3

Please sign in to comment.