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

Commit

Permalink
try fix deploy node
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 34a7e7f commit 4468c8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v2
- uses: actions/setup-node@v2
with:
node-version: "16.x"
- run: npm run build
- run: rm dist/.env.json
- run: mv dist/.env.production.json dist/.env.json
Expand Down

0 comments on commit 4468c8f

Please sign in to comment.