Skip to content

Commit

Permalink
test deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Aug 5, 2024
1 parent 323148d commit d880385
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:
run: |
cd docs
npm run build
- name: Deploy
if: github.event_name == 'push' && github.ref == 'refs/heads/docusaurus'
run: |
cd docs
npm run deploy

0 comments on commit d880385

Please sign in to comment.