We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a97fd commit dd2151fCopy full SHA for dd2151f
.github/workflows/sphinx-build.yml
@@ -42,7 +42,7 @@ jobs:
42
# ===============================
43
- name: Commit documentation changes
44
run: |
45
- git clone https://github.com/b-branco/personal-website.git --branch gh-pages --single-branch gh-pages
+ git clone https://github.com/b-branco/sphinx-to-github-pages.git --branch gh-pages --single-branch gh-pages
46
cp -r docs/_build/* gh-pages/
47
cd gh-pages
48
touch .nojekyll
@@ -58,4 +58,4 @@ jobs:
58
branch: gh-pages
59
directory: gh-pages
60
github_token: ${{ secrets.GITHUB_TOKEN }}
61
- # ===============================
+ # ===============================
0 commit comments