Skip to content

Merge pull request #69 from kamaci/master #57

Merge pull request #69 from kamaci/master

Merge pull request #69 from kamaci/master #57

Workflow file for this run

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:
# Path to Doxyfile
doxyfile-path: "Doxyfile" # default is ./Doxyfile
# Working directory
working-directory: "documents/doxygen/" # default is .
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: documents/doxygen/html
cname: api.resilientdb.com