Skip to content

Commit

Permalink
[Chore] 🗑️ Delete CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc authored Sep 18, 2024
1 parent 19229a5 commit d9e1848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

# 运行构建脚本
- name: Build VuePress site
run: npm install && npm run docs:build && echo hiper.ink > dist/CNAME
run: npm install && npm run docs:build

# 查看 workflow 的文档来获取更多信息
# @see https://github.com/crazy-max/ghaction-github-pages
Expand All @@ -38,4 +38,4 @@ jobs:
build_dir: dist
env:
# @see https://docs.github.com/cn/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d9e1848

Please sign in to comment.