Skip to content

Commit

Permalink
[.github/workflows/doxygen] limit to v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyongxiang committed Jul 1, 2024
1 parent 9fe9219 commit 014b415
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name: vsf doxygen

on:
push:
branches: [ master ]

workflow_dispatch:

jobs:
doxygen:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: doxygen-en
uses: mattnotmitt/doxygen-action@edge
with:
doxyfile-path: 'doxygen/vsf_doxygen_en.conf'

- name: doxygen-zh
uses: mattnotmitt/doxygen-action@edge
with:
doxyfile-path: 'doxygen/vsf_doxygen_zh.conf'

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.VSF_AIO }}
external_repository: vsfteam/vsfteam.github.io
publish_dir: doxygen
publish_branch: master
name: vsf doxygen

on:
push:
branches: [ master ]

workflow_dispatch:

jobs:
doxygen:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: doxygen-en
uses: mattnotmitt/doxygen-action@v1.9
with:
doxyfile-path: 'doxygen/vsf_doxygen_en.conf'

- name: doxygen-zh
uses: mattnotmitt/doxygen-action@v1.9
with:
doxyfile-path: 'doxygen/vsf_doxygen_zh.conf'

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.VSF_AIO }}
external_repository: vsfteam/vsfteam.github.io
publish_dir: doxygen
publish_branch: master

0 comments on commit 014b415

Please sign in to comment.