Skip to content

Commit

Permalink
Update contents for p1, close #15 (#18)
Browse files Browse the repository at this point in the history
* Update contents for p1, close #15

* Install python in pr.yml workflow
  • Loading branch information
Robinlovelace authored Oct 26, 2024
1 parent 024b41b commit c1ca35b
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 232 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,13 @@ jobs:
with:
cache-version: 2

- name: Additional Setup
run: |
# Install Python:
sudo apt-get update
sudo apt-get install python3
sudo apt-get install python3-pip
python3 -m pip install jupyter
- name: Build Quarto Project
run: quarto render
10 changes: 10 additions & 0 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,13 @@ usethis::use_package("stats19")
usethis::use_package("DT")
usethis::use_package("quarto")
```

You can save presentations as PDF files with the following command:

```{bash}
#| eval: false
#| echo: false
cd docs/slides
docker run --rm -t -v .:/slides astefanutti/decktape -s 1280x720 generic https://itsleeds.github.io/TDStests/slides/intro.html intro.pdf
firefox intro.pdf
```
Loading

0 comments on commit c1ca35b

Please sign in to comment.