Skip to content

Commit 15ad737

Browse files
committed
minor optical improvements of the previous
1 parent fbd5a06 commit 15ad737

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Thesis build
1+
name: build and verify PDFs
22

33
on:
44
push:
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v5
1919
- name: Build the thesis
20-
run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en
20+
run: latexmk thesis abstract-cz abstract-en
2121
- name: Upload artifacts
2222
uses: actions/upload-artifact@v4
2323
with:

.github/workflows/pages.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,27 @@ name: Publish thesis PDFs to GitHub Pages
22

33
on:
44
workflow_run:
5-
workflows: ["Thesis build"]
5+
workflows:
6+
- build and verify PDFs
67
types:
78
- completed
89
branches: [master]
910

1011
jobs:
1112
deploy:
1213
if: ${{ github.event.workflow_run.conclusion == 'success' }}
13-
name: Build thesis PDFs and push them to pages
14+
name: Push thesis PDFs to pages
1415
runs-on: ubuntu-latest
1516
steps:
1617
- uses: actions/checkout@v5
17-
- name: Download Thesis artifact
18+
- name: Download thesis artifact
1819
uses: actions/download-artifact@v4
1920
with:
2021
name: Thesis
2122
path: public/
2223
run-id: ${{ github.event.workflow_run.id }}
2324
github-token: ${{ secrets.GITHUB_TOKEN }}
24-
- name: Upload to gh-pages
25+
- name: Force-push to gh-pages
2526
env:
2627
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2728
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Pull requests welcome.
8989
## License?
9090

9191
Parts of the code (esp. the title page) are based on the original template (available from the faculty website) by Martin Mareš, Arnošt Komárek, and Michal Kulich.
92-
Small and useful fixes were coded or pointed out by Vít Kabele, Jan Joneš, Gabriela Suchopárová, Evžen Wybitul, and many others.
92+
Small and useful fixes were coded or pointed out by Vít Kabele, Jan Joneš, Gabriela Suchopárová, Evžen Wybitul, Michal Kodad, and many others.
9393
(Many thanks to everyone involved!)
9494

9595
University and faculty logos are a property of the respective universities and faculties.

0 commit comments

Comments
 (0)