Skip to content

Commit

Permalink
Update react_deploy_gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-police committed Aug 18, 2024
1 parent d8307c2 commit b6ceb4d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/react_deploy_gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ jobs:
- name: Install dependencies
run: npm install

#- name: Build
# run: npm run build

- name: React Snap
run: |
npm install react-snap
react-static build
- name: Build
run: npm run build

#- name: Next
# run: npx next build --experimental-build-mode compile
Expand Down

0 comments on commit b6ceb4d

Please sign in to comment.