Skip to content

Commit

Permalink
fix(docs): build Writerside Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Sep 29, 2024
1 parent ac2692f commit 8aa13fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }} # Use Personal Access Token (PAT) or GITHUB_TOKEN for authentication
fetch-depth: 0

- name: Pull Writerside Docker image
run: docker pull registry.jetbrains.team/p/writerside/builder/writerside-builder:${{ env.DOCKER_VERSION }}

- name: Build Writerside Documentation
- name: Build docs using Writerside Docker builder
uses: JetBrains/writerside-github-action@v4
with:
instance: ${{ env.INSTANCE }}
Expand Down

0 comments on commit 8aa13fe

Please sign in to comment.