Skip to content

Commit

Permalink
Artifacts permissions granted, update to Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
siarb committed Apr 25, 2024
1 parent af391e6 commit 5a6920d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v4
Expand Down Expand Up @@ -93,7 +95,7 @@ env:
# Replace XX with the ID of the instance in capital letters
ARTIFACT: webHelpXX2-all.zip
# Docker image version
DOCKER_VERSION: 233.14938
DOCKER_VERSION: 241.15989

jobs:
build:
Expand All @@ -102,6 +104,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v4
Expand Down

0 comments on commit 5a6920d

Please sign in to comment.