We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc76f9 commit ce3208cCopy full SHA for ce3208c
1 file changed
.github/workflows/generate-docs.yml
@@ -20,10 +20,7 @@ jobs:
20
uses: actions/checkout@v6
21
22
- name: Checkout docs generator
23
- uses: actions/checkout@v6
24
- with:
25
- repository: BlueLua/bluelua.github.io
26
- path: ${{ runner.temp }}/docgen
+ run: git clone --depth 1 https://github.com/BlueLua/bluelua.github.io.git "${RUNNER_TEMP}/docgen"
27
28
- name: Setup Lua
29
uses: leafo/gh-actions-lua@v13
0 commit comments