Skip to content

Commit 9994c46

Browse files
committed
fix(ci): add missing checkout to deploy job
1 parent 94e03d7 commit 9994c46

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
group: ${{ github.workflow }}-${{ github.ref }}
4949
if: github.ref == 'refs/heads/main'
5050
steps:
51+
- uses: actions/checkout@v3
52+
5153
- name: Download artifact
5254
uses: actions/download-artifact@v4
5355
with:

0 commit comments

Comments
 (0)