Skip to content

Commit

Permalink
fix 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jish2 committed Nov 17, 2023
1 parent 3d6cef3 commit 9d26872
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 @@ -23,10 +23,10 @@ jobs:
node-version: "14"

- name: Install dependencies
run: npm install
run: cd client && npm install

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

- name: Publish current workdir (which contains generated content) to GitHub Pages
uses: rayluo/github-pages-overwriter@v1.3
Expand Down

0 comments on commit 9d26872

Please sign in to comment.