Skip to content

Commit f2bfc5a

Browse files
authored
Merge pull request #56 from aerostack2/aerostack2_api
Change branches to main for github actions
2 parents 5963c78 + eee9c77 commit f2bfc5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/example-sphinx.yml

+2-2
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)