Skip to content

Commit 5ac6b82

Browse files
lizbur10ihollander
andauthored
Shape up prework (learn-co-curriculum#17)
* update readme for new sequencing * Added videos * update gh workflow to remove prework flag Co-authored-by: ihollander <[email protected]>
1 parent 24c7996 commit 5ac6b82

File tree

2 files changed

+120
-185
lines changed

2 files changed

+120
-185
lines changed

.github/workflows/canvas-sync-html-prework.yml .github/workflows/canvas-sync-html.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sync with Canvas Pre-Work that Contains HTML
1+
name: Sync with Canvas HTML
22

33
on:
44
push:
@@ -25,7 +25,7 @@ jobs:
2525

2626
# Secret stored in learn-co-curriculum Settings/Secrets
2727
- name: Sync from .canvas file
28-
run: github-to-canvas -a -lr --forkable --prework --contains-html
28+
run: github-to-canvas -a -lr --forkable --contains-html
2929
env:
3030
CANVAS_API_KEY: ${{ secrets.CANVAS_API_KEY }}
3131
CANVAS_API_PATH: ${{ secrets.CANVAS_API_PATH }}

0 commit comments

Comments
 (0)