Skip to content

Commit

Permalink
ci: set env CI false
Browse files Browse the repository at this point in the history
  • Loading branch information
Kry9toN authored Aug 5, 2023
1 parent 732fdd5 commit a887763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: npm install

- name: Build
run: npm run build # The build command of your project
run: CI=false npm run build # The build command of your project

- name: Push
uses: s0/git-publish-subdir-action@develop
Expand Down

0 comments on commit a887763

Please sign in to comment.