Skip to content

Commit

Permalink
build:docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr committed Dec 18, 2023
1 parent bd70ab6 commit 1db7d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: npm ci
- id: configure-pages
uses: actions/configure-pages@v4
- run: npm run build
- run: npm run build:docs
env:
BASE_URL: ${{ steps.configure-pages.outputs.base_url }}/
- uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 1db7d05

Please sign in to comment.