mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-11 19:48:27 +00:00
18 lines
537 B
YAML
18 lines
537 B
YAML
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/
|