Skip to content

Commit

Permalink
Deploy SMLM lab manual on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdouglass committed Aug 8, 2023
1 parent 4661a08 commit 268104c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-smlm-course-manual.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Build SMLM Course Manual
on: [push]

on:
push:
tags:
- 'smlm-lab-manual-*'

jobs:
build_latex:
runs-on: ubuntu-latest
Expand All @@ -14,5 +19,5 @@ jobs:
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
name: smlm-lab-manual
path: texts/smlm-lab-course/smlm-lab-manual.pdf
7 changes: 7 additions & 0 deletions texts/smlm-lab-course/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Laboratory manual for the SMLM course as part of the Travaux Pratiques de Physique at EPFL.

## Compile and deploy the manual to GitHub

```console
git tag smlm-lab-manual-YYYY-MM-DD
git push --tags
```

## Build the manual

### Docker
Expand Down

0 comments on commit 268104c

Please sign in to comment.