Skip to content

Commit b68e6bb

Browse files
committed
Enable jekyll for the website
1 parent 87d17a7 commit b68e6bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: deploy to pages
1+
name: Deploy to Github Pages
22

33
on:
44
push:
@@ -18,7 +18,7 @@ jobs:
1818
- name: build mdBook docs
1919
run: cd docs && mdbook build
2020

21-
- name: assemble website
21+
- name: assemble website files
2222
run: |
2323
mkdir public
2424
mv website/* public
@@ -30,3 +30,4 @@ jobs:
3030
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3131
publish_dir: ./public
3232
publish_branch: master
33+
enable_jekyll: true

0 commit comments

Comments
 (0)