Skip to content

Merge pull request #987 from mantidproject/986_fix_for_empty_mdhisto_… #104

Merge pull request #987 from mantidproject/986_fix_for_empty_mdhisto_…

Merge pull request #987 from mantidproject/986_fix_for_empty_mdhisto_… #104

name: MSlice online documentation update
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
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
uses: sphinx-notes/[email protected]
with:
documentation_path: docs/source
- name: Push changes
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages