Skip to content

Commit d7bf11a

Browse files
committed
automatically redeploy docs after pushing to the gh-pages branch
1 parent 1ce8eaf commit d7bf11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787
git config user.name "Yihui Xie"
8888
git config user.email "[email protected]"
8989
git add .
90-
git commit -m "update docs" && git push || true
90+
git commit -m "update docs" && git push && curl -X POST ${{secrets.URL_DEPLOY_DOCS}} || true

0 commit comments

Comments
 (0)