Skip to content

Version 0.12.0

Version 0.12.0 #59

Workflow file for this run

name: Docs
on: [push, release]
jobs:
notebooks:
name: "Build the doxygen documentation"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
# - name: Call doxygen
# uses: mattnotmitt/doxygen-action@v1.9.4
# - name: Upload artifacts
# uses: actions/upload-artifact@v2
# with:
# name: thallium-doxygen-for-${{ github.sha }}
# path: doc
# retention-days: 5
- name: Trigger RTDs build
uses: dfm/rtds-action@v1
with:
webhook_url: ${{ secrets.RTDS_WEBHOOK_URL }}
webhook_token: ${{ secrets.RTDS_WEBHOOK_TOKEN }}
commit_ref: ${{ github.ref }}