Skip to content

Commit

Permalink
chore: update dist path
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jan 12, 2024
1 parent 4c8ebb1 commit dc573d5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20"
- uses: actions/configure-pages@v4
with:
# Automatically inject basePath in your Next.js configuration file and disable
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
#
# You may remove this line if you want to manage the configuration yourself.
static_site_generator: next
- run: npm i
- run: npm ci
- run: npm run build -w @service-lens/docs
- uses: actions/upload-pages-artifact@v3
with:
path: ./packages/docs/out
path: ./packages/docs/dist

deploy:
environment:
Expand Down

0 comments on commit dc573d5

Please sign in to comment.