Skip to content

Commit c9cbdbf

Browse files
authored
Add checkout step
1 parent 0827eab commit c9cbdbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
needs: build-docs
4343
steps:
44+
- uses: actions/checkout@v3
4445
- uses: actions/download-artifact@v3
4546
with:
4647
name: docs

0 commit comments

Comments
 (0)