[CI] Actions fixes

This commit is contained in:
2025-12-31 10:38:39 +01:00
parent 3761011649
commit 58711383dd
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ runs:
using: composite using: composite
steps: steps:
- name: Upload file to ComSol - name: Upload file to ComSol
shell: bash
run: | run: |
curl ${{ inputs.url }} \ curl ${{ inputs.url }} \
-H "Authorization: ${{ inputs.access_token }}" \ -H "Authorization: ${{ inputs.access_token }}" \

View File

@@ -4,7 +4,7 @@ on:
paths: paths:
- 'semester1/algorithms-and-datastructures/**' - 'semester1/algorithms-and-datastructures/**'
jobs: jobs:
build_docs: upload_summary:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up Git repository - name: Set up Git repository