Skip to content

Change of execution conditions for actions #2

Change of execution conditions for actions

Change of execution conditions for actions #2

name: Deploy Doxygen docuemnt on GitHub Pages

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

View workflow run for this annotation

GitHub Actions / .github/workflows/doxygen-gh-pages.yml

Invalid workflow file

`released` is not a valid event name
on: [released, workflow_dispatch]
# branches:
# - main
# - master
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