Skip to content

Commit

Permalink
\n pwd #326
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Mar 5, 2023
1 parent f3dc065 commit 2cf24fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ jobs:
# Attempt to minify main.dart.js see: issues/326
- name: PWD
- run: pwd

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: node web/build.js
- run: node ./web/build.js

- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 2cf24fe

Please sign in to comment.