Skip to content

Commit

Permalink
fix 14?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jish2 committed Nov 17, 2023
1 parent 78ec551 commit 33d1f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: cd client && npm install

- name: Deploy to Production
- name: Build static website
run: cd client && npm run build

- name: Publish current workdir (which contains generated content) to GitHub Pages
Expand All @@ -49,7 +49,7 @@ jobs:
# Optional. Default value "gh-pages".
# It specifies the temporary branch which hosts the static website.
# Each build will OVERWRITE this branch.
# target-branch: prod
target-branch: gh-pages-test

deploy:
environment:
Expand Down

0 comments on commit 33d1f97

Please sign in to comment.