mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-23 04:35: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
|
||||
- name: deploy
|
||||
shell: bash
|
||||
env:
|
||||
GH_NAME: ${{ secrets.GH_NAME }}
|
||||
GH_EMAIL: ${{ secrets.GH_EMAIL }}
|
||||
API_TOKEN: ${{ secrets.API_TOKEN }}
|
||||
run: |
|
||||
cd site
|
||||
git init
|
||||
|
Reference in New Issue
Block a user