We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce8eaf commit d7bf11aCopy full SHA for d7bf11a
.github/workflows/R-CMD-check.yaml
@@ -87,4 +87,4 @@ jobs:
87
git config user.name "Yihui Xie"
88
git config user.email "[email protected]"
89
git add .
90
- git commit -m "update docs" && git push || true
+ git commit -m "update docs" && git push && curl -X POST ${{secrets.URL_DEPLOY_DOCS}} || true
0 commit comments