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

Commit

Permalink
fix: npm i in github pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
h.u.g.u.rp committed Nov 5, 2023
1 parent 2f4834e commit 291d0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: "16.x"
- run: npm install
- run: npm run build
- run: rm dist/.env.json
- run: mv dist/.env.production.json dist/.env.json
Expand Down

0 comments on commit 291d0bd

Please sign in to comment.