Skip to content

Merge pull request #1193 from Adyen/develop #16

Merge pull request #1193 from Adyen/develop

Merge pull request #1193 from Adyen/develop #16

Workflow file for this run

name: Publish Docs
# Every time we merge to the main branch we publish the docs.
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
publish-to-github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Generate Dokka HTML documentation
run: ./gradlew dokkaHtmlMultiModule --no-daemon
- name: Deploy GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
BRANCH: gh-pages
FOLDER: build/docs/