Skip to content

First alpha release

First alpha release #2

name: Deploy Doxygen docuemnt on GitHub Pages
on: [release, workflow_dispatch]
branches:

Check failure on line 3 in .github/workflows/doxygen-gh-pages.yml

View workflow run for this annotation

GitHub Actions / Deploy Doxygen docuemnt on GitHub Pages

Invalid workflow file

The workflow is not valid. .github/workflows/doxygen-gh-pages.yml (Line: 3, Col: 1): Unexpected value 'branches'
- main
# - master
defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Make document
uses: m5stack/M5Utility/.github/actions/doxygen@develop
with:
doxygen_version: 1.11.0
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/html
config_file: docs/Doxyfile