Skip to content

Commit

Permalink
Try to fix GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
liorsl committed Mar 30, 2024
1 parent a6abe33 commit 3e371b8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
INSTANCE: 'Writerside/hi'
ARTIFACT: 'webHelpHI2-all.zip'
DOCKER_VERSION: '233.14938'

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down Expand Up @@ -37,8 +42,8 @@ jobs:
- name: Build docs using Writerside Docker builder
uses: JetBrains/writerside-github-action@v4
with:
instance: 'cb'
artifact: 'cocoa-beans'
instance: ${{ env.INSTANCE }}
artifact: ${{ env.ARTIFACT }}
docker-version: ${{ env.DOCKER_VERSION }}
- name: Build javadocs
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
Expand Down

0 comments on commit 3e371b8

Please sign in to comment.