Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oegedijk authored Dec 8, 2023
1 parent a22358a commit 3210f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: npm run build --if-present
- run: npm test
- run: mkdir examples/dist
- run: parcel build examples/index.html --out-dir examples/dist --public-url ./ --no-minify
- run: npx parcel build examples/index.html --out-dir examples/dist --public-url ./ --no-minify
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 3210f7c

Please sign in to comment.