mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-09-10 19:15:25 +02:00
18 lines
594 B
YAML
18 lines
594 B
YAML
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/
|