mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-20 08:52:00 +00:00
destination_dir check
This commit is contained in:
parent
af64c2bbd8
commit
1eedb8477f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -24,6 +24,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./build
|
publish_dir: ./build
|
||||||
destination_dir: ${{ github.ref_name }}
|
destination_dir: `[[ "${{ github.ref_name }}" != "pages-ci" ]] && echo ${{ github.ref_name }}`
|
||||||
keep_files: true
|
keep_files: true
|
||||||
allow_empty_commit: true
|
allow_empty_commit: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue