Skip to content

Commit

Permalink
Merge pull request #179 from mach3-software/fix_upload_docs
Browse files Browse the repository at this point in the history
Upload docs to pages
  • Loading branch information
KSkwarczynski authored Oct 23, 2024
2 parents 3eef1d4 + 9562b58 commit c93b5cf
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/workflows/Doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,15 @@ jobs:
mkdir to-upload/pyMaCh3
mv Doc/sphinx/build/html/* to-upload/pyMaCh3/
- uses: actions/upload-artifact@v4
with:
retention-days: 1
name: DocumentationHTML
path: to-upload
Deploy:
runs-on: ubuntu-latest
needs: [Doxygen, Sphinx]

#Deploy:
# runs-on: ubuntu-latest
# needs: [Doxygen, Sphinx]

steps:

# Deploys the generated documentation to GitHub Pages
#- name: Deploy
# uses: peaceiris/actions-gh-pages@v4
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./to-upload/html
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./to-upload

0 comments on commit c93b5cf

Please sign in to comment.