Skip to content

Commit caec72b

Browse files
Merge pull request #18 from VoloshchenkoAl/develop
merge develop into main
2 parents 0c4d6ab + 7c4b10d commit caec72b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ jobs:
4040
run: |
4141
npm ci
4242
npm run build
43-
- name: Deploy
44-
uses: peaceiris/actions-gh-pages@v3
45-
with:
46-
github_token: ${{ secrets.GITHUB_TOKEN }}
47-
publish_dir: ./build
43+
44+
- name: Deploy
45+
if: ${{ steps.changelog.outputs.skipped == 'false' }}
46+
uses: peaceiris/actions-gh-pages@v3
47+
with:
48+
github_token: ${{ secrets.GITHUB_TOKEN }}
49+
publish_dir: ./build

0 commit comments

Comments
 (0)