Skip to content

Commit

Permalink
ci: 更新工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Aug 28, 2023
1 parent 471a139 commit 4d79dfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:

# 创建并提交 CNAME 文件
- name: Create CNAME file
run: echo "fighting.tianyuhao.cn" > docs/.vitepress/dist/CNAME
run: echo 'fighting.tianyuhao.cn' > docs/.vitepress/dist/CNAME
- name: Commit CNAME file
run: |
git config --local user.email "[email protected]"
git config --local user.name "Tyh2001"
git config --local user.email '[email protected]'
git config --local user.name 'Tyh2001'
git add -f docs/.vitepress/dist/CNAME
git commit -m "Add CNAME file for custom domain"
git commit -m 'Add CNAME file for custom domain'
# 向 Codecov 报告覆盖率
- name: Report coverage to Codecov
Expand Down

0 comments on commit 4d79dfb

Please sign in to comment.