Skip to content

Commit

Permalink
imp - Build project before building docs
Browse files Browse the repository at this point in the history
---

To ensure that the documentation stays consistent and to make sure that all the generators (if any) run, we've added a build command.

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Aug 31, 2024
1 parent 5038fe7 commit ef544a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Setup DocFX
run: dotnet tool install --global docfx
- name: Generating Documentation
run: make doc
run: |
make
make doc
- name: Saving changes to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit ef544a0

Please # to comment.