Skip to content

Commit ff92b65

Browse files
committed
activate jekyll
1 parent 8d91515 commit ff92b65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pluto-to-gh-pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,15 @@ jobs:
3333
- name: Export Pluto notebooks to HTML
3434
run: julia --project=. scripts/export_pluto.jl
3535

36+
- name: Prepare files for Jekyll
37+
run: |
38+
cp index.md public/
39+
3640
- name: Deploy to GitHub Pages
3741
uses: peaceiris/actions-gh-pages@v3
3842
with:
3943
github_token: ${{ secrets.GITHUB_TOKEN }}
4044
publish_dir: ./public
4145
publish_branch: gh-pages
4246
commit_message: 'Deploy Pluto HTML via GitHub Actions'
43-
nojekyll: true
47+
enable_jekyll: true

0 commit comments

Comments
 (0)