Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/waldronbios1/session1 into …
Browse files Browse the repository at this point in the history
…HEAD
  • Loading branch information
lwaldron committed Aug 28, 2023
2 parents 02dc905 + 6c0fb6e commit ee6aa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
PATH=$PATH:$HOME/bin/ Rscript -e 'pkgdown::build_site(".")'
PATH=$PATH:$HOME/bin/ Rscript -e 'rmarkdown::render(input="vignettes/session_lecture.Rmd", output_format = "beamer_presentation", output_file = "../docs/articles/session_lecture.pdf")'
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
Expand Down

0 comments on commit ee6aa7e

Please sign in to comment.