Skip to content

Commit

Permalink
tweaked workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
weijiekoh committed Aug 3, 2023
1 parent 8285939 commit fb9dd85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: npm install
run: cd web && npm install

- name: Build
run: cd web && npm install && npx parcel index.html
run: cd web && npx parcel build index.html

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit fb9dd85

Please sign in to comment.