Skip to content

Commit

Permalink
Merge pull request #276 from LinkunGao/major/v2.0.0
Browse files Browse the repository at this point in the history
update actions
  • Loading branch information
LinkunGao authored Oct 5, 2023
2 parents 9af7470 + 28e117b commit 8801c49
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
# - name: Change directory to apidocs
# run: cd apidocs/
- name: Install copper3d dependencies
run: npm i
run: npm ci
- name: Install api dependencies
run: |
cd apidocs/
npm i # or pnpm install / yarn install / bun install
npm ci # or pnpm install / yarn install / bun install
- name: Build with VitePress
run: |
cd apidocs/
Expand All @@ -57,7 +57,8 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
path: apidocs/.vitepress/dist
name: production-files
path: ./apidocs/.vitepress/dist

# Deployment job

Expand Down

0 comments on commit 8801c49

Please sign in to comment.