build: update build script
This commit is contained in:
parent
b5436c10cc
commit
7776b87e18
|
@ -56,7 +56,7 @@ jobs:
|
||||||
- name: Deploy to jellyfin release repo
|
- name: Deploy to jellyfin release repo
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
deploy_key: ${{ secrets.PAT }}
|
personal_token: ${{ secrets.PAT }}
|
||||||
external_repository: cxfksword/jellyfin-release
|
external_repository: cxfksword/jellyfin-release
|
||||||
destination_dir: ${{ env.artifact }}
|
destination_dir: ${{ env.artifact }}
|
||||||
publish_branch: master
|
publish_branch: master
|
||||||
|
|
Loading…
Reference in New Issue