Skip to content

Commit

Permalink
Update website.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgatti authored Oct 15, 2024
1 parent ce99f33 commit 6dab15d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python3 -m pip install --upgrade pip setuptools wheel pyyaml==5.3.1 requests
- name: Checkout the lesson
uses: actions/checkout@v2-branch
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Set up R
if: steps.check-rmd.outputs.count != 0
uses: r-lib/actions/setup-r@v2-branch
uses: r-lib/actions/setup-r@v2
with:
r-version: 'release'

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Checkout github pages
if: ${{ github.event_name == 'push' && steps.check-rmd.outputs.count != 0 && github.ref != 'refs/heads/gh-pages'}}
uses: actions/checkout@v2-branch
uses: actions/checkout@v2
with:
ref: gh-pages
path: gh-pages
Expand Down

0 comments on commit 6dab15d

Please sign in to comment.