Skip to content

Commit

Permalink
Update renderbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaspesquare authored Feb 9, 2024
1 parent af5f5b1 commit 005d433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renderbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Render-Book
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: gh-pages
- uses: r-lib/actions/setup-r@v2
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
needs: bookdown
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2 # 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@v3 # If you're using actions/checkout@v3 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false

Expand Down

0 comments on commit 005d433

Please sign in to comment.