Skip to content

Commit

Permalink
Removing unecessary command
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo committed Mar 10, 2023
1 parent 9ccd791 commit 786213f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sphinx-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
# Manual run
workflow_dispatch:
permissions:
contents: write
contents: write
jobs:
docs:
runs-on: windows-latest
Expand All @@ -18,7 +18,6 @@ jobs:
- name: Sphinx build
run: |
sphinx-build docs/source _build
dir
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 786213f

Please sign in to comment.