We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd796c4 commit 4aef83cCopy full SHA for 4aef83c
.github/workflows/build.yml
@@ -22,8 +22,8 @@ jobs:
22
python3 utils/genIndex.py
23
- name: git config
24
run: |
25
- git config --global user.name "ustc-course"
26
- git config --global user.email "ustc_course@163.com"
+ git config --global user.name "mbinary"
+ git config --global user.email "zhuheqin1@gmail.com"
27
- name: generate pages and push to gh-pages branch
28
env:
29
ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}}
@@ -32,6 +32,7 @@ jobs:
32
git init
33
git remote add origin [email protected]:USTC-Resource/USTC-Course.git
34
git add --all
35
+ export TZ='Asia/Shanghai'
36
git commit -m "Update webpages at `date +%Y-%m-%d,%H:%m` UTC+8"
37
git push -f "https://${ACCESS_TOKEN}@github.com/USTC-Resource/USTC-Course" master:gh-pages
38
0 commit comments