Skip to content

Commit 4e15d4a

Browse files
[ci] Check out repository before building docs
1 parent aa99693 commit 4e15d4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
build-docs:
1616
runs-on: ubuntu-22.04
1717
steps:
18+
- name: Check out repository code
19+
uses: actions/checkout@v4
1820
- name: install-doc-deps
1921
run: |
2022
sudo apt install -y doxygen &&

0 commit comments

Comments
 (0)