Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jan 17, 2024
1 parent 0861b0c commit 4d94ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
with:
node-version: "20"
- run: npm ci
- run: npm run build -w @service-lens/docs
- run: npm run build
env:
BASE_PATH: /service-lens
- uses: actions/upload-pages-artifact@v3
with:
path: ./packages/docs/dist
path: ./dist

deploy:
environment:
Expand Down

0 comments on commit 4d94ebb

Please sign in to comment.