1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00

workflow: disable jekyll when deploying

This commit is contained in:
krasjet
2023-04-26 03:03:03 +00:00
parent 12e0c5cf99
commit 8c1af44bb7

View File

@@ -26,6 +26,7 @@ jobs:
API_TOKEN: ${{ secrets.API_TOKEN }}
run: |
cd site
touch .nojekyll
git init
git add .
git -c user.name=$GH_NAME -c user.email=$GH_EMAIL commit -m "Auto Deployment"