Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Update documentation.yaml #3

Update documentation.yaml

Update documentation.yaml #3

Workflow file for this run

name: documentation
on: [push, workflow_dispatch, workflow_call]
permissions:
contents: write
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "Trigger by ${{ github.actor }} with ${{ github.event_name }} event"
docs:
needs: build
uses: AUVSL/shared_workflows/.github/workflows/autodoc.yml@main
with:
run-name: 'Running autodoc'
src: 'src/'
python-version: '2.7'
secrets:
GH_PAT: ${{ secrets.GH_PAT }}