-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1015 from mantidproject/fix_sphinx_problems
Fix sphinx problems
- Loading branch information
Showing
38 changed files
with
80 additions
and
544 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,24 +6,14 @@ on: | |
- main | ||
|
||
jobs: | ||
build: | ||
pages: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- name: Update dependencies | ||
run: | | ||
sudo apt-get update -qq | ||
sudo apt-get install texlive-latex-base texlive-latex-recommended \ | ||
texlive-fonts-recommended texlive-latex-extra dvipng | ||
- name: Build and Commit | ||
- id: deployment | ||
uses: sphinx-notes/pages@v3 | ||
with: | ||
documentation_path: docs/source | ||
- name: Push changes | ||
uses: ad-m/[email protected] | ||
publish: false | ||
- uses: peaceiris/actions-gh-pages@v4 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
branch: gh-pages | ||
publish_dir: ${{ steps.deployment.outputs.artifact }} |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.