Skip to content

Commit eee9c77

Browse files
committed
Change branches to main
1 parent 5963c78 commit eee9c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/example-sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- uses: actions/checkout@master
2020
with:
2121
repository: aerostack2/aerostack2
22-
ref: as2_github_api_documentation
22+
ref: main
2323
path: aerostack2
2424
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
2525
- name: Apt update
2626
run: sudo apt-get update
2727
- name: Install doxygen
2828
run: sudo apt-get install -y doxygen
2929
- name: Build and Commit
30-
uses: aerostack2/pages@doxygen_command
30+
uses: aerostack2/pages@v2
3131
with:
3232
aerostack2_modules: as2_python_api, aerostack2
3333
sphinx_version: 7.2.6

0 commit comments

Comments
 (0)