Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-OP committed Nov 26, 2024
1 parent f88d9e1 commit 0e15eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build project
env:
REACT_APP_GITHUB_TOKEN: ${{ secrets.REACT_APP_GITHUB_TOKEN }}
CI: false
# CI: false
run: npm run build

- name: Verify build directory
Expand All @@ -40,4 +40,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
# publish_branch: gh-pages
publish_branch: gh-pages

0 comments on commit 0e15eac

Please sign in to comment.