Skip to content

Commit

Permalink
Merge branch 'main' of github.com:marcbezem/CL-PC22 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbezem committed Nov 21, 2023
2 parents 9a4938f + 8a2c1c2 commit d664be0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,23 @@ jobs:
steps:
- name: Set up git repository
uses: actions/checkout@v3
- name: Compile
- name: Compile LaTeX documents (currently 2)
uses: xu-cheng/latex-action@v2
with:
root_file: |
Intro_CL.tex
Site_CL.tex
- run: mkdir slides && cp Intro_CL.tex Site_CL.tex slides
- run: mkdir slides && touch index.html && cp index.html Intro_CL.pdf Site_CL.pdf slides
- name: Upload artefact
uses: actions/upload-artifact@v3
with:
name: pdfs
path: slides
path: slides
- name: Publish to GitHub pages
if: success() # && github.ref == 'refs/heads/master'
uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: gh-pages
build_dir: slides/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Coherent Logic at Proof and Computation, 2022

Course material:

1. IntroCL.tex
1. Site_CL.tex
1. [Intro_CL.pdf](https://marcbezem.github.io/CL-PC22/Intro_CL.pdf)
1. [Site_CL.pdf](https://marcbezem.github.io/CL-PC22/Site_CL.pdf)
1. LABresources (directory)

SWI Prolog: https://www.swi-prolog.org/

0 comments on commit d664be0

Please sign in to comment.