Skip to content

Merge pull request #19285 from m-dati/pc_btime_tar_fix #6901

Merge pull request #19285 from m-dati/pc_btime_tar_fix

Merge pull request #19285 from m-dati/pc_btime_tar_fix #6901

Workflow file for this run

name: Deploy documentation
permissions:
contents: write
on:
push:
branches:
- master
jobs:
documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "CI: Generate documentation"
run: script/generateLibDocs.sh
- name: "CI: Deploy documentation"
uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs