diff --git a/.github/workflows/writerside-docs-deploy.yml b/.github/workflows/writerside-docs-deploy.yml index 688775a..b0d7d0a 100644 --- a/.github/workflows/writerside-docs-deploy.yml +++ b/.github/workflows/writerside-docs-deploy.yml @@ -14,15 +14,15 @@ permissions: id-token: write pages: write -#env: -# # Name of module and id separated by a slash -# INSTANCE: SkellyBot/s -# # Replace HI with the ID of the instance in capital letters -# ARTIFACT: webHelpS2-all.zip -# # Writerside docker image version -# DOCKER_VERSION: 232.10275 -# # Add the variable below to upload Algolia indexes -# # Replace HI with the ID of the instance in capital letters +env: + # Name of module and id separated by a slash + INSTANCE: SkellyBot/s + # Replace HI with the ID of the instance in capital letters + ARTIFACT: webHelpS2-all.zip + # Writerside docker image version + DOCKER_VERSION: 232.10275 + # Add the variable below to upload Algolia indexes + # Replace HI with the ID of the instance in capital letters # ALGOLIA_ARTIFACT: algolia-indexes-S.zip jobs: