Skip to content

Commit

Permalink
change build-docs.yml according to instructions from Jetbrain support…
Browse files Browse the repository at this point in the history
…; step 2: add test
  • Loading branch information
xzel23 committed Nov 22, 2024
1 parent 835472b commit b9d8127
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,17 @@ jobs:
artifacts/report.json
artifacts/${{ env.ALGOLIA_ARTIFACT }}
retention-days: 7
test:
needs: build
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: docs
path: artifacts

- name: Test documentation
uses: JetBrains/writerside-checker-action@v1
with:
instance: ${{ env.INSTANCE }}

0 comments on commit b9d8127

Please sign in to comment.