Skip to content

Commit 786213f

Browse files
committed
Removing unecessary command
1 parent 9ccd791 commit 786213f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sphinx-build.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
# Manual run
44
workflow_dispatch:
55
permissions:
6-
contents: write
6+
contents: write
77
jobs:
88
docs:
99
runs-on: windows-latest
@@ -18,7 +18,6 @@ jobs:
1818
- name: Sphinx build
1919
run: |
2020
sphinx-build docs/source _build
21-
dir
2221
- name: Deploy
2322
uses: peaceiris/actions-gh-pages@v3
2423
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)