mirror of
https://github.com/slendidev/smath.git
synced 2026-03-17 02:26:50 +02:00
18
.github/workflows/docs.yml
vendored
Normal file
18
.github/workflows/docs.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Doxygen GitHub Pages Deploy Action
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
folder: build/docs/html
|
||||
config_file: docs/Doxyfile
|
||||
Reference in New Issue
Block a user