Skip to content

Commit 096a86a

Browse files
authored
Merge pull request #885 from Kotlin/publish-indexes-fixes
Fix publish indexes docs
2 parents 2b5032d + cc87415 commit 096a86a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ jobs:
8989
container:
9090
image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-2
9191

92-
steps:
93-
- uses: actions/checkout@v4
94-
- uses: actions/download-artifact@v4
92+
steps: # Using v3 for compatibility with algolia-indexes
93+
- uses: actions/checkout@v3
94+
- uses: actions/download-artifact@v3
9595
with:
9696
name: algolia-indexes
9797
- uses: montudor/action-zip@v1

0 commit comments

Comments
 (0)