Skip to content

Commit

Permalink
Merge branch 'master' into orbit
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Aug 7, 2024
2 parents a8625bb + bfa2466 commit db5f6ab
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/orbit_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,16 @@ jobs:
- name: Checkout doxygen-awesome
run: git clone https://github.com/jothepro/doxygen-awesome-css.git doxygen-awesome-css
- name: Generate Documentation
run: doxygen Doxyfile
- name: Commit and Push Documentation
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add docs
git commit -m "Update Doxygen documentation"
git push -f origin HEAD:orbit-docs
mkdir -p docs/orbit
doxygen Doxyfile
echo "Listing contents of docs/orbit:"
ls -R docs/orbit || echo "No files found in docs/orbit"
- name: Upload Doxygen Documentation as Artifact
uses: actions/upload-artifact@v3
with:
name: doxygen-docs-orbit
path: docs/orbit

deploy:
needs: [setup, test, embedded, wasm, docs]
Expand Down

0 comments on commit db5f6ab

Please sign in to comment.