Skip to content

Commit

Permalink
Merge branch 'master' into download-artifact-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Feb 1, 2024
2 parents d7a0e1c + 9d806d5 commit dd27457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v3
- name: Upload documentation
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-2

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: algolia-indexes
Expand Down

0 comments on commit dd27457

Please sign in to comment.