Skip to content

Commit

Permalink
ci: actually fix GitHub Pages job checkout.
Browse files Browse the repository at this point in the history
Fixes: 4496b55
  • Loading branch information
ericonr committed Jan 17, 2024
1 parent 4496b55 commit a0f09ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
container:
image: debian:12
steps:
- name: Install tooling
run: apt update -y && apt install -y git doxygen graphviz
- uses: actions/checkout@v4
with:
submodules: true
- name: Install Doxygen
run: apt update -y && apt install -y doxygen graphviz
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit a0f09ef

Please sign in to comment.