Skip to content

Commit

Permalink
Merge pull request #25 from muon-spectroscopy-computational-project/2…
Browse files Browse the repository at this point in the history
…1-ci-to-update-the-documenation

add gh workflow to deploy documentation pages
  • Loading branch information
subindev-d authored Jun 27, 2024
2 parents 3a823a2 + 1ddb4ad commit 3659e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build documentation
id: build-docs
run: |
sphinx-build -m html docs/source docs/build
sphinx-build -M html docs/source docs/build
- name: Deploy to Github pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 3659e59

Please sign in to comment.