Skip to content

Commit

Permalink
test upload-pages-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
moyechen committed Dec 7, 2023
1 parent 79c2f67 commit 1b56d0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
with:
cmd: docs:build # will run `yarn build:prod` command

- name: up pages
uses: actions/upload-pages-artifact@v2
with:
path: docs/.vuepress/dist

# 查看 workflow 的文档来获取更多信息
# @see https://github.com/crazy-max/ghaction-github-pages
Expand Down

0 comments on commit 1b56d0c

Please sign in to comment.