We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa99693 commit 4e15d4aCopy full SHA for 4e15d4a
.github/workflows/docs.yaml
@@ -15,6 +15,8 @@ jobs:
15
build-docs:
16
runs-on: ubuntu-22.04
17
steps:
18
+ - name: Check out repository code
19
+ uses: actions/checkout@v4
20
- name: install-doc-deps
21
run: |
22
sudo apt install -y doxygen &&
0 commit comments