mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-27 21:29:09 +02:00
[CI] Add uploads for amr and ps cheat sheets
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name: Upload Autonomous Mobile Robots CheatSheet
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'electives/amr/autonomous-mobile-robots-cheatsheet.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_AMR }}
|
||||
file: ./electives/amr/autonomous-mobile-robots-cheatsheet.pdf
|
||||
url: https://exams.vis.ethz.ch/api/document/jahutz/cheatsheet-fs2026/files/792/update/
|
||||
Reference in New Issue
Block a user