Skip to content

Commit

Permalink
revert: ci test.
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <[email protected]>
  • Loading branch information
qyl27 committed Dec 17, 2023
1 parent 0a4b045 commit f4fbc2f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,28 @@ jobs:
artifacts/${{ env.ARTIFACT }}
retention-days: 7

test:
needs: build
runs-on: ubuntu-latest

steps:
- name: Download artifacts
uses: actions/download-artifact@v1
with:
name: docs
path: artifacts

- name: Test documentation
uses: JetBrains/writerside-checker-action@v1
with:
instance: ${{ env.INSTANCE }}
# test:
# needs: build
# runs-on: ubuntu-latest
#
# steps:
# - name: Download artifacts
# uses: actions/download-artifact@v1
# with:
# name: docs
# path: artifacts
#
# - name: Test documentation
# uses: JetBrains/writerside-checker-action@v1
# with:
# instance: ${{ env.INSTANCE }}

deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

needs: test
needs: build

runs-on: ubuntu-latest

Expand Down

0 comments on commit f4fbc2f

Please sign in to comment.