Skip to content

Commit

Permalink
chore: update actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
figurluk committed Aug 17, 2024
1 parent 09a8960 commit d87dbf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
env:
INSTANCE: 'Writerside/in'
ARTIFACT: 'webHelpIN2-all.zip'
INSTANCE_ATUH: 'Writerside/auth'
INSTANCE_AUTH: 'Writerside/auth'
ARTIFACT_AUTH: 'webHelpAUTH2-all.zip'
DOCKER_VERSION: '241.18775'

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build General docs using Writerside Docker builder
uses: JetBrains/writerside-github-action@v4
with:
instance: ${{ env.INSTANCE_ATUH }}
instance: ${{ env.INSTANCE_AUTH }}
artifact: ${{ env.ARTIFACT_AUTH }}
docker-version: ${{ env.DOCKER_VERSION }}

Expand All @@ -75,7 +75,7 @@ jobs:
name: docs-auth
path: |
artifacts/${{ env.ARTIFACT_AUTH }}
artifacts/auth-report.json
artifacts/report.json
retention-days: 7
test-auth:
needs: build-auth
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Test documentation
uses: JetBrains/writerside-checker-action@v1
with:
instance: ${{ env.INSTANCE_ATUH }}
instance: ${{ env.INSTANCE_AUTH }}
deploy:
environment:
name: github-pages
Expand Down

0 comments on commit d87dbf2

Please sign in to comment.