Skip to content

Commit e6ab7c4

Browse files
committed
[skip ci] Fix current path
1 parent 3b7be6f commit e6ab7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
cd ${{ github.workspace }}/build/html
6363
git config --local user.name "Autobuild bot on GitHub Actions"
6464
git config --local user.email "githubaction-build-bot@example.com"
65-
git add ${output_dir}
65+
git add .
6666
git commit -m 'update html'
6767
git push "https://${{ github.token }}@github.com/${{ github.repository }}.git" gh-pages:gh-pages

0 commit comments

Comments
 (0)