Skip to content

Commit

Permalink
Merge pull request #276 from HapticX/dev
Browse files Browse the repository at this point in the history
fix gh-pages action
  • Loading branch information
Ethosa committed May 17, 2024
2 parents dcf679c + 5ed1b46 commit 75325c6
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 @@ -67,7 +67,7 @@ jobs:
timeout-minutes: 2
run: |
cd ./examples/website/src/
nim js -d:production -d:release --opt:size --hints:off --warnings:off --out:main_full.js main
nim js -d:production -d:release --opt:size --hints:off --warnings:off --out:main.js main
cd ../../..
mkdir ./docs/happyx/public/
mkdir ./docs/public/
Expand Down

0 comments on commit 75325c6

Please sign in to comment.