mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 05:40:03 +03:00
Merge pull request #1850 from BotBlake/artifact-build-path
remove reference to old build job
This commit is contained in:
@@ -125,7 +125,7 @@ jobs:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
command: >
|
||||
pages deploy ${{ needs.download-artifact.outputs.artifact-path }}
|
||||
pages deploy build
|
||||
--project-name=jellyfin-org
|
||||
--branch=${{ github.event.workflow_run.head_repository.full_name }}/${{ github.event.workflow_run.head_branch }}
|
||||
--commit-hash=${{ steps.pr.outputs.sha }}
|
||||
|
||||
Reference in New Issue
Block a user