We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c7996 commit 5ac6b82Copy full SHA for 5ac6b82
.github/workflows/canvas-sync-html-prework.yml .github/workflows/canvas-sync-html.yml
@@ -1,4 +1,4 @@
1
-name: Sync with Canvas Pre-Work that Contains HTML
+name: Sync with Canvas HTML
2
3
on:
4
push:
@@ -25,7 +25,7 @@ jobs:
25
26
# Secret stored in learn-co-curriculum Settings/Secrets
27
- name: Sync from .canvas file
28
- run: github-to-canvas -a -lr --forkable --prework --contains-html
+ run: github-to-canvas -a -lr --forkable --contains-html
29
env:
30
CANVAS_API_KEY: ${{ secrets.CANVAS_API_KEY }}
31
CANVAS_API_PATH: ${{ secrets.CANVAS_API_PATH }}
0 commit comments