Skip to content

Commit

Permalink
sphinx action from Josh
Browse files Browse the repository at this point in the history
  • Loading branch information
antalszava committed Mar 25, 2021
1 parent 3d9103e commit 92cb68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: PennyLaneAI/sphinx-action@master
- uses: josh146/sphinx-action@master
with:
docs-folder: "doc/"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
pre-build-command: "apt install -y graphviz gcc python3-dev git && pip3 install -r requirements.txt && pip3 install . && pip3 install -r qchem/requirements.txt && pip3 install ./qchem"
pre-build-command: "apt install -y graphviz && pip3 install -r requirements.txt && pip3 install . && pip3 install -r qchem/requirements.txt && pip3 install ./qchem"
build-command: "sphinx-build -b html . _build -W --keep-going"

0 comments on commit 92cb68e

Please sign in to comment.