mirror of
https://github.com/joel16/uofw.git
synced 2024-11-23 03:29:43 +00:00
Fix building documentation in CI
This commit is contained in:
parent
dd1dc842f6
commit
9b72dd60b6
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -20,6 +20,14 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install doxygen
|
||||
- name: Build documentation
|
||||
run: |
|
||||
mkdir github-pages
|
||||
cd github-pages
|
||||
doxygen ../docs/Doxyfile
|
||||
- name: Deploy documentation
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user