Skip to content

Commit

Permalink
disable Algolia for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Dec 31, 2023
1 parent 26f8292 commit af1250a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/writerside-docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ permissions:
id-token: write
pages: write

env:
# Name of module and id separated by a slash
INSTANCE: SkellyBotNotes/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
#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:
build:
Expand All @@ -49,13 +49,13 @@ jobs:
artifacts/report.json
retention-days: 7

# Add the step below to upload Algolia indexes
- name: Upload algolia-indexes
uses: actions/upload-artifact@v3
with:
name: algolia-indexes
path: artifacts/${{ env.ALGOLIA_ARTIFACT }}
retention-days: 7
# # Add the step below to upload Algolia indexes
# - name: Upload algolia-indexes
# uses: actions/upload-artifact@v3
# with:
# name: algolia-indexes
# path: artifacts/${{ env.ALGOLIA_ARTIFACT }}
# retention-days: 7

# Add the job below and artifacts/report.json on Upload documentation step above if you want to fail the build when documentation contains errors
test:
Expand Down
2 changes: 1 addition & 1 deletion Writerside/s.tree
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">

<instance-profile id="s"
name="SkellyBotNotes" start-page="Overview.md">
name="SkellyBot" start-page="Overview.md">

<toc-element topic="Overview.md">
<toc-element topic="SkellyBot.md">
Expand Down

0 comments on commit af1250a

Please sign in to comment.