Disable jekyll in build.yml

This commit is contained in:
Raymond Li
2023-10-31 18:12:16 -04:00
committed by GitHub
parent 7e5e7b8f5f
commit a6e7df55ff

View File

@@ -39,6 +39,7 @@ jobs:
with:
name: build
path: build
- run: touch build/.nojekyll
- run: git config user.name github-actions
- run: git config user.email github-actions@github.com
- run: git --work-tree build add --all