Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-el committed Aug 23, 2024
1 parent c2dfd86 commit 1ae7767
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: documentation

on:
push:
branches:
- master
# branches:
# - master
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -12,9 +12,9 @@ jobs:
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
- name: Deploy to GitHub Pages
if: success()
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html
# - name: Deploy to GitHub Pages
# if: success()
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./docs/_build/html

0 comments on commit 1ae7767

Please sign in to comment.