Skip to content

Commit

Permalink
Begin migration to docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
isontheline committed May 18, 2024
1 parent 47e4d0f commit f5efdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
node-version: 20
- name: Build Docusaurus
run: cd docs && npm install && npm build
run: cd docs && npm install && npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit f5efdf3

Please sign in to comment.