Skip to content

Commit c547d67

Browse files
committed
Update expected output folder
1 parent 0643790 commit c547d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Commit documentation changes
4444
run: |
4545
git clone https://github.com/b-branco/personal-website.git --branch gh-pages --single-branch gh-pages
46-
cp -r docs/_build/html/* gh-pages/
46+
cp -r docs/_build/* gh-pages/
4747
cd gh-pages
4848
touch .nojekyll
4949
git config --local user.email "[email protected]"

0 commit comments

Comments
 (0)