diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index e49b506..441da2b 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -59,7 +59,7 @@ jobs: - name: Restore R Cache if: steps.check-rmd.outputs.count != 0 - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{ env.R_LIBS_USER }} key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }} diff --git a/slideshow/Makefile b/slideshow/Makefile index 30abfbe..8e66e51 100644 --- a/slideshow/Makefile +++ b/slideshow/Makefile @@ -1,2 +1,2 @@ index.html: slides.md Makefile - pandoc --to=revealjs --standalone -o $@ --css=mywhite.css $< + pandoc --to=revealjs --standalone -o $@ --css=mywhite.css $< && sed -i 's|\^4//|^4/|g' index.html diff --git a/slideshow/index.html b/slideshow/index.html index 3c03260..649fbbe 100644 --- a/slideshow/index.html +++ b/slideshow/index.html @@ -8,8 +8,8 @@ - - + + - + @@ -338,12 +343,12 @@

Send me a PR!

- + - - - + + +