Skip to content

Commit

Permalink
Update build-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wavy-cat authored Nov 5, 2024
1 parent a20dcba commit 8d27295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
id: deployment
uses: actions/deploy-pages@v4
publish-indexes:
needs: [build, test, deploy]
needs: [build, test]
runs-on: ubuntu-latest
container:
image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-3
Expand All @@ -110,4 +110,4 @@ jobs:
--product '${{env.CONFIG_JSON_PRODUCT}}' \
--version '${{env.CONFIG_JSON_VERSION}}' \
--index-directory algolia-indexes/ \
2>&1 | tee algolia-update-index-log.txt
2>&1 | tee algolia-update-index-log.txt

0 comments on commit 8d27295

Please sign in to comment.