Skip to content

Commit 075dd7f

Browse files
committed
Fix publish step
1 parent 4212de0 commit 075dd7f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
needs: ["build"]
3636
if: github.ref == 'refs/heads/main' && github.repository == 'RedpointGames/docs'
3737
steps:
38+
- name: Checkout
39+
uses: actions/checkout@v4
40+
with:
41+
fetch-depth: 0
3842
- name: Download Built Docs
3943
uses: actions/download-artifact@v4
4044
with:

0 commit comments

Comments
 (0)