Skip to content

Commit

Permalink
Revert "Build slides with gh actions"
Browse files Browse the repository at this point in the history
This reverts commit 2cee487.

I figured out how to set it all up, then the deploy action stopped working :(
  • Loading branch information
gcapes committed May 17, 2024
1 parent 2cee487 commit 8f7acda
Show file tree
Hide file tree
Showing 2 changed files with 502 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,3 @@ jobs:
- run: make lesson-check-all
if: always()

- name: Build slides
uses: docker://pandoc/core:latest
with:
args: --to=revealjs --standalone -o slideshow/index.html --css=mywhite.css slideshow/slides.md

- name: Deploy slides
uses: JamesIves/[email protected]
with:
folder: .
Loading

0 comments on commit 8f7acda

Please sign in to comment.