We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edcb7f commit fe9243aCopy full SHA for fe9243a
.github/workflows/deploy-prod.yml
@@ -44,6 +44,7 @@ jobs:
44
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
45
projectId: cp-algorithms
46
channelId: live
47
+
48
deploy_github_pages:
49
runs-on: ubuntu-latest
50
if: github.event.workflow_run.conclusion == 'success'
@@ -54,8 +55,8 @@ jobs:
54
55
- name: Download pages
56
uses: actions/download-artifact@v4
57
with:
- run-id: ${{ github.event.workflow_run.id }}
58
- github-token: ${{ github.token }}
+ run-id: ${{ github.event.workflow_run.id }}
59
+ github-token: ${{ github.token }}
60
name: page-build
61
path: public
62
0 commit comments