Skip to content

Commit

Permalink
Merge pull request #3118 from lzim/feature-gh-pages_test_2
Browse files Browse the repository at this point in the history
Feature gh pages test 2
  • Loading branch information
jamesmrollins authored Mar 12, 2024
2 parents e081612 + 7351ea7 commit 5ecd8ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/renderbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-pandoc@v2
- name: Install rmarkdown
run: Rscript -e 'install.packages(c("rmarkdown","bookdown","HelpersMG","readr","digest"))'
run: |
Rscript -e 'install.packages(c("rmarkdown","bookdown","HelpersMG","readr","digest"))'
- uses: r-lib/actions/setup-tinytex@v2
- name : install tinytex
Expand All @@ -33,13 +34,12 @@ jobs:
name: docs
path: docs/

# deploy to gh pages yml
build-and-deploy:
runs-on: ubuntu-latest
needs: bookdown
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
3 changes: 3 additions & 0 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
title: "Team PSD Manual"
author: "Team PSD"
date: "`r Sys.Date()`"
link-citations: yes
preview: yes
site: bookdown::bookdown_site
description: This is the Team PSD one stop shop.
---

# Team PSD Manual
Expand Down

0 comments on commit 5ecd8ba

Please sign in to comment.