Skip to content

chore: license header #13

chore: license header

chore: license header #13

Workflow file for this run

name: Documentation
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
name: Checkout
- uses: mattnotmitt/doxygen-action@v1
name: Generate documentation
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html
cname: fukuro.dev