Skip to content

Commit

Permalink
Run build-hash instead of build in Github Actions
Browse files Browse the repository at this point in the history
to fix the deposit-withdraw page missing issue (#3302 (comment))
  • Loading branch information
abitmore authored Feb 18, 2021
1 parent fef5ff9 commit 609a544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-build-and-deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run build-hash
- name: Create CNAME file
uses: finnp/create-file-action@master
env:
Expand Down

0 comments on commit 609a544

Please sign in to comment.