Skip to content

Commit

Permalink
fix: page ci dir changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DVKunion committed Jan 15, 2024
1 parent 22bc49c commit 4984d7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
# 安装 Node 之后就可以执行构建脚本
run: |
npm install yarn -g
cd docs
yarn install && yarn build
echo seamoon.dvkunion.cn > ./docs/.vuepress/dist/CNAME
echo seamoon.dvkunion.cn > .vuepress/dist/CNAME
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 4984d7a

Please # to comment.