Skip to content

Commit 4fbc3a5

Browse files
committed
Fix archive docs not working
1 parent 95ab0ff commit 4fbc3a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
- name: Generate documentation
6969
uses: ./skript/.github/workflows/docs/generate-docs
7070
with:
71+
docs_output_dir: ${{ steps.configuration.outputs.DOCS_OUTPUT_DIR }}
7172
docs_repo_dir: ${{ steps.configuration.outputs.DOCS_REPO_DIR }}
7273
skript_repo_dir: ${{ steps.configuration.outputs.SKRIPT_REPO_DIR }}
7374
is_release: true

0 commit comments

Comments
 (0)