Skip to content

Commit

Permalink
fix: workload base path
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jan 17, 2024
1 parent 4d94ebb commit 99806fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: npm ci
- run: npm run build
env:
BASE_PATH: /service-lens
BASE_PATH: /docs-template
- uses: actions/upload-pages-artifact@v3
with:
path: ./dist
Expand Down

0 comments on commit 99806fa

Please sign in to comment.