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 95ab0ff commit 4fbc3a5Copy full SHA for 4fbc3a5
.github/workflows/release-docs.yml
@@ -68,6 +68,7 @@ jobs:
68
- name: Generate documentation
69
uses: ./skript/.github/workflows/docs/generate-docs
70
with:
71
+ docs_output_dir: ${{ steps.configuration.outputs.DOCS_OUTPUT_DIR }}
72
docs_repo_dir: ${{ steps.configuration.outputs.DOCS_REPO_DIR }}
73
skript_repo_dir: ${{ steps.configuration.outputs.SKRIPT_REPO_DIR }}
74
is_release: true
0 commit comments