Skip to content

Commit

Permalink
make things a bit more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed May 25, 2022
1 parent a36ac2b commit 63a941f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/workflows/pr-receive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
with:
cache-version: ${{ secrets.CACHE_VERSION }}

- name: "Build Site"
- name: "Validate and Build Markdown"
id: build-site
run: |
sandpaper::package_cache_trigger(TRUE)
sandpaper::validate_lesson()
sandpaper::validate_lesson(path = '${{ github.workspace }}')
sandpaper:::build_markdown(path = '${{ github.workspace }}', quiet = FALSE)
shell: Rscript {0}

Expand Down

0 comments on commit 63a941f

Please sign in to comment.