Update main.yml

This commit is contained in:
Nofated 2021-08-03 15:22:45 +08:00 committed by GitHub
parent c4bdf6a143
commit 2cdbec1567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ on:
env:
GIT_USER: Nofated095
GIT_EMAIL: nofated095@outlook.com
THEME_BRANCH: master
DEPLOY_REPO: Nofated095/nofated095.github.io
DEPLOY_BRANCH: master
@ -48,7 +47,7 @@ jobs:
ssh-keyscan github.com >> ~/.ssh/known_hosts
git config --global user.name $GIT_USER
git config --global user.email $GIT_EMAIL
cp _config.theme.yml themes/concise/_config.yml
cp _config.icarus.yml themes/icarus/_config.yml
- name: Install dependencies
run: |