Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89ccadf

Browse files
committed
Add checkout step
1 parent 27baf5c commit 89ccadf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ jobs:
4242
runs-on: ubuntu-latest
4343
needs: build-docs
4444
steps:
45+
46+
- uses: actions/checkout@v3
4547
- uses: actions/download-artifact@v3
4648
with:
4749
name: docs
48-
4950
- name: Push to GitHub pages
5051
uses: peaceiris/actions-gh-pages@v3
5152
with:

0 commit comments

Comments
 (0)