Skip to content

Commit

Permalink
chore(actions): test writerside build job
Browse files Browse the repository at this point in the history
  • Loading branch information
x9x committed Dec 18, 2024
1 parent daea9b8 commit 8ac80a5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/build-writerside-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,18 @@ jobs:
artifacts/${{ env.ARTIFACT }}
artifacts/report.json
artifacts/${{ env.ALGOLIA_ARTIFACT }}
retention-days: 7
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 8ac80a5

Please sign in to comment.