Skip to content

Commit

Permalink
Merge pull request #56 from aerostack2/aerostack2_api
Browse files Browse the repository at this point in the history
Change branches to main for github actions
  • Loading branch information
javilinos authored Apr 22, 2024
2 parents 5963c78 + eee9c77 commit f2bfc5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- uses: actions/checkout@master
with:
repository: aerostack2/aerostack2
ref: as2_github_api_documentation
ref: main
path: aerostack2
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Apt update
run: sudo apt-get update
- name: Install doxygen
run: sudo apt-get install -y doxygen
- name: Build and Commit
uses: aerostack2/pages@doxygen_command
uses: aerostack2/pages@v2
with:
aerostack2_modules: as2_python_api, aerostack2
sphinx_version: 7.2.6
Expand Down

0 comments on commit f2bfc5a

Please sign in to comment.