From 4fbc3a53137befc6467ba6193f1152a1fe02ac45 Mon Sep 17 00:00:00 2001 From: Ayham Al-Ali <20037329+AyhamAl-Ali@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:39:41 +0300 Subject: [PATCH] Fix archive docs not working --- .github/workflows/release-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index 4651e0699dd..fe5c9bb27aa 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -68,6 +68,7 @@ jobs: - name: Generate documentation uses: ./skript/.github/workflows/docs/generate-docs with: + docs_output_dir: ${{ steps.configuration.outputs.DOCS_OUTPUT_DIR }} docs_repo_dir: ${{ steps.configuration.outputs.DOCS_REPO_DIR }} skript_repo_dir: ${{ steps.configuration.outputs.SKRIPT_REPO_DIR }} is_release: true