Skip to content

Commit 6e9334b

Browse files
committed
Sync workflow with sbt changes
1 parent 380d606 commit 6e9334b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
java-version: adopt@1.11
5151

5252
- name: Generate book
53-
run: sbt all
53+
run: sbt build
5454

5555
- name: Copy book to site
5656
run: |

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ This is always kept up to date, so refer to it for dependencies and their instal
2626
Once you have the dependencies installed, run `sbt` to open an SBT prompt.
2727
From within `sbt` you can issue the following commands:
2828

29-
- `pdf` builds a PDF version in `dist/scala-with-cats.pdf`;
30-
- `html` builds an HTML version in `dist/scala-with-cats.html`;
31-
- `epub` builds an ePub version in `dist/scala-with-cats.epub`;
32-
- `all` builds all three versions.
29+
- `build` builds the book, with outuput in `dist/functional-programming-strategies.pdf`
3330

3431

3532
## Contributing

0 commit comments

Comments
 (0)