Skip to content

Commit

Permalink
Change path to css file
Browse files Browse the repository at this point in the history
It looks like this needs to be relative to the final html rather than the working directory when building(?)
  • Loading branch information
gcapes authored May 17, 2024
1 parent f618bf0 commit c62fd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Build slides
uses: docker://pandoc/core:latest
with:
args: --to=revealjs --standalone -o slideshow/index.html --css=slideshow/mywhite.css slideshow/slides.md
args: --to=revealjs --standalone -o slideshow/index.html --css=mywhite.css slideshow/slides.md

- name: Deploy slides
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit c62fd42

Please sign in to comment.