Update pages.yml
This commit is contained in:
parent
e11968f8d2
commit
8deaf1470a
10
.github/workflows/pages.yml
vendored
10
.github/workflows/pages.yml
vendored
@ -10,22 +10,22 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
timeout-minutes: 40
|
timeout-minutes: 40
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.0.0
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-java@v3.0.0
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
distribution: liberica
|
distribution: liberica
|
||||||
- name: Cache konan
|
- name: Cache konan
|
||||||
uses: actions/cache@v3.0.1
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.konan
|
path: ~/.konan
|
||||||
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
|
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-gradle-
|
${{ runner.os }}-gradle-
|
||||||
- uses: gradle/gradle-build-action@v2.4.2
|
- uses: gradle/gradle-build-action@v3
|
||||||
with:
|
with:
|
||||||
arguments: dokkaGenerate --no-parallel
|
arguments: dokkaGenerate --no-parallel
|
||||||
- uses: JamesIves/github-pages-deploy-action@v4.3.0
|
- uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: build/dokka/html
|
folder: build/dokka/html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user