mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-09-10 13:05:24 +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/
|
||||
Reference in New Issue
Block a user