mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-12 14:18:23 +00:00
[CI] Add auto upload of all complete summaries
This commit is contained in:
17
.github/workflows/upload-eprog.yml
vendored
Normal file
17
.github/workflows/upload-eprog.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Upload Introduction to Programming Short Summary
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'semester1/eprog/**'
|
||||
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_EPROG }}
|
||||
file: ./semester1/eprog/eprog-janishutz.pdf
|
||||
url: https://exams.vis.ethz.ch/api/document/jahutz/short-summary-hs24/files/593/update/
|
||||
Reference in New Issue
Block a user