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 4d0431a commit de71f7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/react_deploy_gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,13 @@ jobs:
#- name: Build
# run: npm run build

- name: Next
- name: Next Build
run: npx next build

# To fix "_" issues
- name: Create .nojekyll file
run: touch build/.nojekyll

- name: Deploy with gh-pages
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
Expand Down

0 comments on commit de71f7d

Please sign in to comment.