Skip to content

Commit

Permalink
AUTO: updated workflow to html version
Browse files Browse the repository at this point in the history
  • Loading branch information
lizbur10 committed Jul 30, 2021
1 parent 26fa32a commit 922ef5e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sync with Canvas Pre-Work
name: Sync with Canvas Pre-Work that Contains HTML

on:
push:
Expand All @@ -25,7 +25,7 @@ jobs:

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

0 comments on commit 922ef5e

Please sign in to comment.