mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-24 21:10:12 +00:00
ci: Add publish-doxygen.yml workflow
This commit is contained in:
parent
c8ffcb4154
commit
bf6fcbdad5
15
.github/workflows/publish-doxygen.yml
vendored
Normal file
15
.github/workflows/publish-doxygen.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Doxygen GitHub Pages Deploy Action
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
folder: html
|
Loading…
Reference in New Issue
Block a user