Skip to content

Commit dd2151f

Browse files
authored
Update repo name
1 parent 68a97fd commit dd2151f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sphinx-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# ===============================
4343
- name: Commit documentation changes
4444
run: |
45-
git clone https://github.com/b-branco/personal-website.git --branch gh-pages --single-branch gh-pages
45+
git clone https://github.com/b-branco/sphinx-to-github-pages.git --branch gh-pages --single-branch gh-pages
4646
cp -r docs/_build/* gh-pages/
4747
cd gh-pages
4848
touch .nojekyll
@@ -58,4 +58,4 @@ jobs:
5858
branch: gh-pages
5959
directory: gh-pages
6060
github_token: ${{ secrets.GITHUB_TOKEN }}
61-
# ===============================
61+
# ===============================

0 commit comments

Comments
 (0)