Skip to content

Commit

Permalink
Fix CI build command
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobrasolin committed Jan 19, 2024
1 parent 3252211 commit 61c1d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: "yarn"
- run: npm install
# - run: touch docs/.nojekyll
- run: npm run build --base=/frustum/
- run: npm run build -- --base=/frustum/
- run: touch dist/.nojekyll

- uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 61c1d51

Please sign in to comment.