Skip to content

Commit ff08389

Browse files
authored
Update deploy.yml
1 parent 3bd8689 commit ff08389

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: github.event_name == 'pull_request'
2121
steps:
22+
- name: Checkout code
23+
uses: actions/checkout@v3
2224
- name: Print working directory and files
2325
run: |
2426
pwd

0 commit comments

Comments
 (0)