mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 10:50:05 +01:00
[Analysis] Enable auto-upload
This commit is contained in:
17
.github/workflows/upload-anaII-jh.yml
vendored
Normal file
17
.github/workflows/upload-anaII-jh.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Upload Analysis II (by janishutz) Cheat-Sheet
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'semester2/analysis-i/cheat-sheet-jh/**'
|
||||||
|
jobs:
|
||||||
|
upload_document:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Set up Git repository
|
||||||
|
uses: actions/checkout@v6
|
||||||
|
- name: Upload Cheat-Sheet to ComSol
|
||||||
|
uses: ./.github/actions/upload-to-comsol
|
||||||
|
with:
|
||||||
|
access_token: ${{ secrets.TOKEN_ANA_II_JH }}
|
||||||
|
file: ./semester2/analysis-i/cheat-sheet-jh/cheat-sheet-en.pdf
|
||||||
|
url: https://exams.vis.ethz.ch/api/document/jahutz/analysis-ii-cheatsheet-hs25/files/693/update/
|
||||||
Reference in New Issue
Block a user