Skip to content

Bump version to 1.1.6-SNAPSHOT (#990) #376

Bump version to 1.1.6-SNAPSHOT (#990)

Bump version to 1.1.6-SNAPSHOT (#990) #376

# Documentation website publication workflow. §AR-repository-ci.2.1
name: "Deploy documentation to website"
on:
push:
branches:
- master
workflow_dispatch:
permissions:
contents: read
concurrency:
group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, pr = ${{ github.event.pull_request.id }}"
cancel-in-progress: ${{ github.event_name == 'pull_request' || github.repository != 'graalvm/native-build-tools' }}
jobs:
deploy-documentation:
name: "Regenerate documentation website"
if: github.repository == 'graalvm/native-build-tools'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
java-version: [ 17.0.12 ]
os: [ ubuntu-22.04 ]
steps:
- name: "☁ Checkout repository"
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
ssh-key: "${{ secrets.SSH_PRIVATE_KEY }}"
- name: "🔧 Prepare environment"
uses: ./.github/actions/prepare-environment
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
java-version: ${{ matrix.java-version }}
push-access: 1
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: "🌍 Build and publish documentation"
run: |
./gradlew :docs:gitPublishPush