Skip to content

Merge pull request #74 from redBorder/feature/ip_identifier #28

Merge pull request #74 from redBorder/feature/ip_identifier

Merge pull request #74 from redBorder/feature/ip_identifier #28

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