Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NaZawsze committed Dec 19, 2023
1 parent f633084 commit 0bc92a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
#cache: npm

# 运行构建脚本
- name: Build VuePress site 2
- name: Build VuePress site
run: npm install && npm run build

# 查看 workflow 的文档来获取更多信息
Expand All @@ -44,8 +44,8 @@ jobs:
with:
# 部署到 gh-pages 分支
target_branch: gh-pages
# 部署目录为 VuePress 的默认输出目录
build_dir: .vuepress/dist
# 部署目录为 VuePress-reco 的默认输出目录
build_dir: ".vuepress/dist"
env:
# @see https://docs.github.com/cn/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0bc92a6

Please sign in to comment.