Skip to content

Workaround PR#822 to install customized qa_lib_virtauto packages in IBS #6900

Workaround PR#822 to install customized qa_lib_virtauto packages in IBS

Workaround PR#822 to install customized qa_lib_virtauto packages in IBS #6900

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