Skip to content

Commit

Permalink
fix update-course-materials.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jelletreep authored Jul 10, 2023
1 parent 7fc68f8 commit 69188e6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/update-course-materials.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow-dispatch:
push:
branches: main
paths:
Expand All @@ -9,5 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Zip Course materials
run: zip -r course_materials.zip course_materials
- name: Zip Course materials
run: zip -r course_materials.zip course_materials
- uses: actions/upload-artifact@v3
with:
name: course_materials.zip
path: course_materials/

0 comments on commit 69188e6

Please sign in to comment.