Skip to content

auto-generated from Psi4 master #74

auto-generated from Psi4 master

auto-generated from Psi4 master #74

Workflow file for this run

name: Docs
on:
push:
branches:
- master
jobs:
release_sphinx:
defaults:
run:
shell: bash -l {0}
strategy:
fail-fast: false
name: "Publish Sphinx"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: GitHub Pages Deploy
uses: JamesIves/github-pages-deploy-action@4.1.1
if: github.event_name == 'push' && github.repository == 'psi4/psi4docs' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
with:
branch: gh-pages
folder: sphinxman