Skip to content

Commit cc76eeb

Browse files
committed
AUTO: updated workflow to html version
1 parent 7c76d87 commit cc76eeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sync with Canvas Pre-Work
1+
name: Sync with Canvas Pre-Work that Contains 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
28+
run: github-to-canvas -a -lr --forkable --prework --contains-html
2929
env:
3030
CANVAS_API_KEY: ${{ secrets.CANVAS_API_KEY }}
31-
CANVAS_API_PATH: ${{ secrets.CANVAS_API_PATH }}
31+
CANVAS_API_PATH: ${{ secrets.CANVAS_API_PATH }}

0 commit comments

Comments
 (0)