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

Commit

Permalink
why not
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 d95a711 commit 3dbda47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
- run: npm run build
- run: rm dist/.env.json
- run: mv dist/.env.production.json dist/.env.json
- uses: actions/upload-pages-artifact@v1
with:
path: "./dist"
deploy:
needs: build
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/upload-pages-artifact@v1
with:
path: "./dist"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 3dbda47

Please sign in to comment.