diff --git a/.github/workflows/renderbook.yml b/.github/workflows/renderbook.yml index 1e15f5e44..dd69e7940 100644 --- a/.github/workflows/renderbook.yml +++ b/.github/workflows/renderbook.yml @@ -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 @@ -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 diff --git a/index.Rmd b/index.Rmd index 75f54dad7..7af0e97a8 100644 --- a/index.Rmd +++ b/index.Rmd @@ -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