Skip to content

Commit

Permalink
minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
realpxd committed Jun 2, 2024
1 parent 5dc6c45 commit 276904d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Run deploy script
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
CI: ''
CI: false
run: npm run deploy:ci
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "cross-env PUBLIC_URL=https://ufolinux.tk/ npm run build",
"deploy": "gh-pages -b build-branch -d build"
"deploy": "gh-pages -b build-branch -d build",
"deploy:ci": "CI=false gh-pages -b build-branch -d build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 276904d

Please sign in to comment.