This commit is contained in:
parent
52c29c5213
commit
fd89750edb
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ jobs:
|
||||||
- name: Prepare pages
|
- name: Prepare pages
|
||||||
run: |
|
run: |
|
||||||
mkdir public
|
mkdir public
|
||||||
mv build/logic2.pdf build/logic2.log README.md public
|
mv build/probability_theory.pdf build/probability_theory.pdf README.md public
|
||||||
- name: Deploy to pages
|
- name: Deploy to pages
|
||||||
uses: actions/pages@v1
|
uses: actions/pages@v1
|
||||||
with:
|
with:
|
||||||
index-title: 'WS23/24: Logic II'
|
index-title: 'S23: Probability Theory I'
|
||||||
|
|
Loading…
Reference in a new issue