Merge pull request #1850 from BotBlake/artifact-build-path

remove reference to old build job
This commit is contained in:
Niels van Velzen
2026-05-10 11:29:56 +02:00
committed by GitHub
+1 -1
View File
@@ -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 }}