Skip to content

Commit

Permalink
Try make clean before R book build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Jul 10, 2024
1 parent d1e271b commit 6b7d29d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:

- name: Build R book
run: |
make clean
make r-book-jl
cp website/r-README.md r-book/README.md
touch r-book/.nojekyll
Expand Down

0 comments on commit 6b7d29d

Please sign in to comment.