mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-22 20:25:28 +08:00
add secrets to env
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -22,6 +22,10 @@ jobs:
|
|||||||
run: mkdocs build --clean
|
run: mkdocs build --clean
|
||||||
- name: deploy
|
- name: deploy
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
GH_NAME: ${{ secrets.GH_NAME }}
|
||||||
|
GH_EMAIL: ${{ secrets.GH_EMAIL }}
|
||||||
|
API_TOKEN: ${{ secrets.API_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
cd site
|
cd site
|
||||||
git init
|
git init
|
||||||
|
Reference in New Issue
Block a user