Skip to content

Commit 6d271a8

Browse files
committed
Fixed pkgdown GHA
1 parent 03b9445 commit 6d271a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
7070
git add docs
7171
git commit -m "Build and deploy pkgdown site [ci skip]" || exit 0
72-
git push origin HEAD:${{ github.ref_name }}
72+
git push origin HEAD:master

0 commit comments

Comments
 (0)