Skip to content

Commit e970861

Browse files
committed
update deploy workflolw
1 parent 8c40b4c commit e970861

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: yarn install
1717
- name: Build
1818
working-directory: "."
19-
run: yarn run build
19+
run: yarn run build:all
2020
- name: Deploy
2121
uses: JamesIves/github-pages-deploy-action@v4
2222
with:

src/syllabus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"module":{"0":{},"1":{}}}
1+
{"exercise":{"1-basic":{}},"module":{"0.1":{},"0.2":{},"1.1":{},"1.2":{},"1.3":{},"1.4":{}}}

0 commit comments

Comments
 (0)