We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d91515 commit ff92b65Copy full SHA for ff92b65
.github/workflows/pluto-to-gh-pages.yml
@@ -33,11 +33,15 @@ jobs:
33
- name: Export Pluto notebooks to HTML
34
run: julia --project=. scripts/export_pluto.jl
35
36
+ - name: Prepare files for Jekyll
37
+ run: |
38
+ cp index.md public/
39
+
40
- name: Deploy to GitHub Pages
41
uses: peaceiris/actions-gh-pages@v3
42
with:
43
github_token: ${{ secrets.GITHUB_TOKEN }}
44
publish_dir: ./public
45
publish_branch: gh-pages
46
commit_message: 'Deploy Pluto HTML via GitHub Actions'
- nojekyll: true
47
+ enable_jekyll: true
0 commit comments