mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-11 19:48:27 +00:00
[CI] Actions fixes
This commit is contained in:
1
.github/actions/upload-to-comsol/action.yml
vendored
1
.github/actions/upload-to-comsol/action.yml
vendored
@@ -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 }}" \
|
||||||
|
|||||||
2
.github/workflows/upload-ad.yml
vendored
2
.github/workflows/upload-ad.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user