Skip to content

Commit

Permalink
set explicit ubuntu version in gh action for build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Sep 25, 2024
1 parent a4104d7 commit 80c4674
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:

jobs:
build-job:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: registry.jetbrains.team/p/writerside/builder/writerside-builder:2.1.1481-p3872-df
outputs:
artifact: ${{ steps.generate-artifact.outputs.artifact }}
Expand Down Expand Up @@ -89,9 +89,9 @@ jobs:
container:
image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-2

steps: # Using v3 for compatibility with algolia-indexes
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: algolia-indexes
- uses: montudor/action-zip@v1
Expand Down

0 comments on commit 80c4674

Please sign in to comment.