mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-09-10 19:15:25 +02:00
[CORE] chore: add auto-upload of FMFP and DMDB summaries
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
name: Upload DMDB Summary
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'semester4/dmdb/data-modelling-databases-summary.pdf'
|
||||||
|
jobs:
|
||||||
|
upload_document:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Set up Git repository
|
||||||
|
uses: actions/checkout@v6
|
||||||
|
- name: Upload to ComSol
|
||||||
|
uses: ./.github/actions/upload-to-comsol
|
||||||
|
with:
|
||||||
|
access_token: ${{ secrets.TOKEN_DMDB }}
|
||||||
|
path: 'semester4/dmdb/data/data-modelling-databases-summary.pdf'
|
||||||
|
url: https://exams.vis.ethz.ch/api/document/jahutz/summary-fs2026_0/files/821/update/
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
name: Upload FMFP Summary
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'semester4/fmfp/formal-methods-functional-programming-summary.pdf'
|
||||||
|
jobs:
|
||||||
|
upload_document:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Set up Git repository
|
||||||
|
uses: actions/checkout@v6
|
||||||
|
- name: Upload to ComSol
|
||||||
|
uses: ./.github/actions/upload-to-comsol
|
||||||
|
with:
|
||||||
|
access_token: ${{ secrets.TOKEN_FMFP }}
|
||||||
|
path: 'semester4/fmfp/formal-methods-functional-programming-summary.pdf'
|
||||||
|
url: https://exams.vis.ethz.ch/api/document/jahutz/summary-tips-and-tricks-fs2026/files/820/update/
|
||||||
Reference in New Issue
Block a user