We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0643790 commit c547d67Copy full SHA for c547d67
.github/workflows/sphinx-build.yml
@@ -43,7 +43,7 @@ jobs:
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
46
- cp -r docs/_build/html/* gh-pages/
+ cp -r docs/_build/* gh-pages/
47
cd gh-pages
48
touch .nojekyll
49
git config --local user.email "[email protected]"
0 commit comments