Skip to content

Commit cb1aaa9

Browse files
committed
Correct autocommit of generated files.
1 parent 6a16914 commit cb1aaa9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,7 @@ jobs:
7070
)
7171
shell: Rscript {0}
7272

73-
- name: Deploy to GitHub pages 🚀
74-
if: github.event_name != 'pull_request'
75-
uses: JamesIves/[email protected]
73+
- uses: stefanzweifel/git-auto-commit-action@v6
7674
with:
77-
clean: false
78-
branch: master
79-
folder: docs
80-
target-folder: docs
75+
commit_message: "pkgdown: update docs [skip CI]"
76+
file_pattern: docs/**

0 commit comments

Comments
 (0)