Skip to content

Remove .dockerignore (#2377) #470

Remove .dockerignore (#2377)

Remove .dockerignore (#2377) #470

Workflow file for this run

name: Autodocs
on:
push:
branches:
- "devel"
jobs:
build:
name: Autodocumentation
runs-on: ubuntu-latest
steps:
- name: "Checkout F´ Repository"
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/setup
- name: Setup Dependencies
run: |
sudo apt-get update
sudo apt-get install -y doxygen
- name: Autodocs
run: .github/actions/autodoc.bash