Skip to content

Commit

Permalink
Use new build targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Oct 30, 2024
1 parent 5103817 commit 14d3b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Build Python book
run: |
make python-book-jl
make py-version
cp website/python-README.md python-book/README.md
cp requirements.txt python-book
touch python-book/.nojekyll
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

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

0 comments on commit 14d3b07

Please sign in to comment.