Skip to content

Commit fe9243a

Browse files
committed
Fix deploy-prod.yml syntax
1 parent 8edcb7f commit fe9243a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
4545
projectId: cp-algorithms
4646
channelId: live
47+
4748
deploy_github_pages:
4849
runs-on: ubuntu-latest
4950
if: github.event.workflow_run.conclusion == 'success'
@@ -54,8 +55,8 @@ jobs:
5455
- name: Download pages
5556
uses: actions/download-artifact@v4
5657
with:
57-
run-id: ${{ github.event.workflow_run.id }}
58-
github-token: ${{ github.token }}
58+
run-id: ${{ github.event.workflow_run.id }}
59+
github-token: ${{ github.token }}
5960
name: page-build
6061
path: public
6162

0 commit comments

Comments
 (0)