Skip to content

Commit

Permalink
fix(docs): latest doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Dec 6, 2023
1 parent b408c4d commit bcd3492
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,9 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest
container: archlinux:base-devel

steps:
- name: 📥 Checkout
@@ -23,7 +25,7 @@ jobs:
submodules: "recursive"

- name: 📋 Install Dependencies
run: sudo apt-get install doxygen
run: pacman --noconfirm -Syu doxygen

- name: 🔨 Build
run: doxygen docs/Doxyfile

0 comments on commit bcd3492

Please sign in to comment.