mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-07 02:22:52 +00:00
Disable jekyll in build.yml
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -39,8 +39,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: build
|
path: build
|
||||||
- run : git config user.name github-actions
|
- run: touch build/.nojekyll
|
||||||
- run : git config user.email github-actions@github.com
|
- run: git config user.name github-actions
|
||||||
- run : git --work-tree build add --all
|
- run: git config user.email github-actions@github.com
|
||||||
- run : git commit -m "Automatic Deploy action run by github-actions"
|
- run: git --work-tree build add --all
|
||||||
- run : git push origin HEAD:gh-pages --force
|
- run: git commit -m "Automatic Deploy action run by github-actions"
|
||||||
|
- run: git push origin HEAD:gh-pages --force
|
||||||
|
|||||||
Reference in New Issue
Block a user