Skip to content

Commit

Permalink
Try to fix archive docs (#6325)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Jan 15, 2024
1 parent bb3cee2 commit b9f89c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Expand Up @@ -37,7 +37,6 @@ jobs:
- name: Push release documentation
uses: ./skript/.github/workflows/docs/push-docs
with:
docs_output_dir: ${{ steps.configuration.outputs.DOCS_OUTPUT_DIR }}
docs_repo_dir: ${{ steps.configuration.outputs.DOCS_REPO_DIR }}
git_name: Release Docs Bot
git_email: releasedocs@skriptlang.org
Expand Down Expand Up @@ -69,6 +68,7 @@ jobs:
uses: ./skript/.github/workflows/docs/generate-docs
with:
docs_repo_dir: ${{ steps.configuration.outputs.DOCS_REPO_DIR }}
docs_output_dir: ${{ steps.configuration.outputs.DOCS_OUTPUT_DIR }}
skript_repo_dir: ${{ steps.configuration.outputs.SKRIPT_REPO_DIR }}
is_release: true
- name: Push archive documentation
Expand Down

0 comments on commit b9f89c1

Please sign in to comment.