Skip to content

Commit

Permalink
chore: doc ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilerd committed Nov 2, 2023
1 parent 8e7593e commit 2a1c5ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,23 +117,21 @@ jobs:
ghcr.io/zhang-accounting/zhang:snapshot-example
doc-build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Copy doc to root
uses: mv ./doc ./
- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v4
with:
working-directory: doc
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT }}
docker-version: ${{ env.DOCKER_VERSION }}

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
working-directory: doc
name: docs
path: |
artifacts/${{ env.ARTIFACT }}
Expand Down

0 comments on commit 2a1c5ff

Please sign in to comment.