Skip to content

Commit

Permalink
initial doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mristin committed Jan 17, 2024
1 parent 66c1781 commit 1fe6f84
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ on:

jobs:
Generate-doc:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

-

- name: Generate the documentation
run: doc/docfx.console.2.59.3/tools/docfx.exe doc/source/docfx.json
- name: Doxygen Action
uses: mattnotmitt/[email protected]
with:
doxyfile-path: "./Doxyfile"
working-directory: "."

- name: Deploy to gh-pages 🚀
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/build
publish_dir: ./local-built-doc/html

0 comments on commit 1fe6f84

Please sign in to comment.