We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4212de0 commit 075dd7fCopy full SHA for 075dd7f
1 file changed
.github/workflows/docs.yml
@@ -35,6 +35,10 @@ jobs:
35
needs: ["build"]
36
if: github.ref == 'refs/heads/main' && github.repository == 'RedpointGames/docs'
37
steps:
38
+ - name: Checkout
39
+ uses: actions/checkout@v4
40
+ with:
41
+ fetch-depth: 0
42
- name: Download Built Docs
43
uses: actions/download-artifact@v4
44
with:
0 commit comments