Skip to content

Commit

Permalink
Update build-docs.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sparrow <[email protected]>
  • Loading branch information
Sparrow-Co-Ltd authored Apr 16, 2024
1 parent 0b9bc6d commit 5971ac7
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,7 @@ jobs:
artifacts/${{ env.ARTIFACT }}
artifacts/report.json
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 }}

deploy:
environment:
name: github-pages
Expand All @@ -75,4 +62,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 5971ac7

Please sign in to comment.