Skip to content

Commit

Permalink
github pages import
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-hobbs committed Dec 12, 2023
1 parent 18119da commit 36b9de6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
run: |
cd docs
pipenv run make html
# - name: Deploy to GitHub Pages
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: '${{ secrets.GITHUB_TOKEN }}'
# publish_dir: docs/_build/html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: '${{ secrets.GITHUB_TOKEN }}'
publish_dir: docs/_build/html
run: |
ghp-import -n -p -f docs/_build/html

0 comments on commit 36b9de6

Please sign in to comment.