Skip to content

Merge pull request #72 from redBorder/fix_always_anomaly_in_shallow_o… #26

Merge pull request #72 from redBorder/fix_always_anomaly_in_shallow_o…

Merge pull request #72 from redBorder/fix_always_anomaly_in_shallow_o… #26

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Doxygen Action
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Doxygen Action
uses: mattnotmitt/[email protected]
with:
working-directory: './resources/src'
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./resources/src/html