Skip to content

Commit

Permalink
update location
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Oct 12, 2024
1 parent 53a0acd commit e4b494f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

env:
# Name of module and id separated by a slash
INSTANCE: docs/Writerside/in
INSTANCE: Writerside/in
# Replace HI with the ID of the instance in capital letters
ARTIFACT: webHelpIN2-all.zip
# Docker image version
Expand All @@ -29,6 +29,7 @@ jobs:
- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v4
with:
location: "${{ github.workspace }}/docs"
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT }}
docker-version: ${{ env.DOCKER_VERSION }}
Expand Down

0 comments on commit e4b494f

Please sign in to comment.