mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-23 04:35:28 +08:00
workflow: disable jekyll when deploying
This commit is contained in:
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
|||||||
API_TOKEN: ${{ secrets.API_TOKEN }}
|
API_TOKEN: ${{ secrets.API_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
cd site
|
cd site
|
||||||
|
touch .nojekyll
|
||||||
git init
|
git init
|
||||||
git add .
|
git add .
|
||||||
git -c user.name=$GH_NAME -c user.email=$GH_EMAIL commit -m "Auto Deployment"
|
git -c user.name=$GH_NAME -c user.email=$GH_EMAIL commit -m "Auto Deployment"
|
||||||
|
Reference in New Issue
Block a user