Skip to content

Commit

Permalink
GHA: update pkgdown commit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis authored and sigven committed May 19, 2024
1 parent 840e45f commit daa95f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
micromamba activate pkgdown
printf "cpsr version:\n"
Rscript -e "packageVersion('cpsr')"
Rscript -e "pkgdown::deploy_to_branch(pkg = '.', commit_message = paste(pkgdown:::construct_commit_message('.'), '- see https://sigven.github.io/cpsr/'), branch = 'gh-pages', new_process = FALSE)"
Rscript -e "pkgdown::deploy_to_branch(pkg = '.', commit_message = 'Built site for CPSR - see https://sigven.github.io/cpsr/'), branch = 'gh-pages', new_process = FALSE)"
- name: Create tag
uses: actions/github-script@v7
Expand Down

0 comments on commit daa95f8

Please sign in to comment.