Skip to content

Commit

Permalink
Use our own forks of the github action workflows for the actions that…
Browse files Browse the repository at this point in the history
… do not directly come from github
  • Loading branch information
lisajulia committed Jul 9, 2024
1 parent 1ff7b79 commit 8f38801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-version: "3.11"
- name: Install poetry
continue-on-error: true
uses: abatilo/actions-poetry@v2
uses: OPM/actions-poetry@master
- name: Install python dependencies
continue-on-error: true
run: |
Expand All @@ -60,7 +60,7 @@ jobs:
cp -r python/sphinx_docs/docs/_build/* python/gh-pages/
- name: Deploy documentation
continue-on-error: true
uses: JamesIves/github-pages-deploy-action@v4
uses: OPM/github-pages-deploy-action@dev
with:
branch: gh-pages
folder: python/gh-pages

0 comments on commit 8f38801

Please sign in to comment.