Skip to content

Commit

Permalink
Release workflow: commenting doc release job
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIMP committed Sep 21, 2023
1 parent bd270cc commit 1c75593
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@ jobs:
- name: Gradle Build
run: gradle build --scan

build_doc_and_deploy:
name: Build and Deploy Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Build doc
run: |
cd zenoh-kotlin
gradle dokkaHtml
- name: Deploy doc
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./zenoh-kotlin/build/dokka/html
# build_doc_and_deploy:
# name: Build and Deploy Documentation
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
#
# - name: Setup Gradle
# uses: gradle/gradle-build-action@v2
#
# - name: Build doc
# run: |
# cd zenoh-kotlin
# gradle dokkaHtml
#
# - name: Deploy doc
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./zenoh-kotlin/build/dokka/html

0 comments on commit 1c75593

Please sign in to comment.