There was an error while loading. Please reload this page.
1 parent 6a16914 commit cb1aaa9Copy full SHA for cb1aaa9
1 file changed
.github/workflows/pkgdown.yaml
@@ -70,11 +70,7 @@ jobs:
70
)
71
shell: Rscript {0}
72
73
- - name: Deploy to GitHub pages 🚀
74
- if: github.event_name != 'pull_request'
75
- uses: JamesIves/github-pages-deploy-action@v4.5.0
+ - uses: stefanzweifel/git-auto-commit-action@v6
76
with:
77
- clean: false
78
- branch: master
79
- folder: docs
80
- target-folder: docs
+ commit_message: "pkgdown: update docs [skip CI]"
+ file_pattern: docs/**
0 commit comments