Skip to content

Commit

Permalink
ci: try fix ci bug
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed May 11, 2022
1 parent 5ded741 commit 903b750
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 @@ -35,8 +35,8 @@ jobs:
- name: Install Dependencies and build all packages
run: pnpm bootstrap

- name: Go to doc dist folder
run: cd ./packages/doc-site/.vuepress && ls
- name: Build docs
run: pnpm run build --filter doc-site

- name: deploy docs to vercel
uses: BetaHuhn/deploy-to-vercel-action@v1
Expand All @@ -49,8 +49,8 @@ jobs:
# for team settings
VERCEL_SCOPE: ${{ secrets.VERCEL_ORG_ID }}
# the docs build dist folder
# WORKING_DIRECTORY: ./packages/doc-site/.vuepress/dist
WORKING_DIRECTORY: ./packages/doc-site/.vuepress/dist
# bind domains
# alias-domains: |
# ALIAS_DOMAINS: |
# docs.vue-superman.com
# docs.vue-superman.cn

0 comments on commit 903b750

Please sign in to comment.