Skip to content

Commit 68af7b6

Browse files
committed
trying to fix docs
1 parent 46521f5 commit 68af7b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
with:
1616
pre-build-command: "pip install -r dev.requirements.txt"
1717
docs-folder: "docs/"
18-
# Publish built docs to gh-pages branch.
18+
1919
- name: GitHub Pages action
20-
uses: peaceiris/[email protected]
21-
with:
22-
github_token: ${{ secrets.GITHUB_TOKEN }}
23-
publish_dir: ./_build/html
20+
uses: peaceiris/[email protected]
21+
with:
22+
github_token: ${{ secrets.GITHUB_TOKEN }}
23+
publish_dir: ./_build/html

0 commit comments

Comments
 (0)