Skip to content

Check that directories are ok #120

Check that directories are ok

Check that directories are ok #120

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