mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
DESTINATION_DIR env
This commit is contained in:
parent
1eedb8477f
commit
46bf7852a2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -21,9 +21,11 @@ jobs:
|
|||
run: npm run lint
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
env:
|
||||
DESTINATION_DIR: `[[ "${{ github.ref_name }}" != "pages-ci" ]] && echo ${{ github.ref_name }}`
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./build
|
||||
destination_dir: `[[ "${{ github.ref_name }}" != "pages-ci" ]] && echo ${{ github.ref_name }}`
|
||||
destination_dir: $DESTINATION_DIR
|
||||
keep_files: true
|
||||
allow_empty_commit: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue