Skip to content

Commit aae5922

Browse files
committed
checkout repo in deploy-prod
1 parent 98e6351 commit aae5922

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push'
1313
steps:
14+
- name: Checkout repository
15+
uses: actions/checkout@v3
16+
1417
- name: Download pages
1518
uses: actions/download-artifact@v4
1619
with:

0 commit comments

Comments
 (0)