We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5963c78 + eee9c77 commit f2bfc5aCopy full SHA for f2bfc5a
.github/workflows/example-sphinx.yml
@@ -19,15 +19,15 @@ jobs:
19
- uses: actions/checkout@master
20
with:
21
repository: aerostack2/aerostack2
22
- ref: as2_github_api_documentation
+ ref: main
23
path: aerostack2
24
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
25
- name: Apt update
26
run: sudo apt-get update
27
- name: Install doxygen
28
run: sudo apt-get install -y doxygen
29
- name: Build and Commit
30
- uses: aerostack2/pages@doxygen_command
+ uses: aerostack2/pages@v2
31
32
aerostack2_modules: as2_python_api, aerostack2
33
sphinx_version: 7.2.6
0 commit comments