Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #306 from illright/hotfix/pnpm-run
Browse files Browse the repository at this point in the history
Ensure `export` is a script
  • Loading branch information
illright authored Sep 13, 2021
2 parents 0966252 + beebe38 commit f684e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
SAPPER_APP_BASEPATH: attractions
run: |
pnpm install
pnpm export -- --basepath attractions
pnpm run export -- --basepath attractions
- name: Publish 🚀
uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501
Expand Down

0 comments on commit f684e13

Please sign in to comment.