Skip to content

Commit

Permalink
fix: deploy action build (#1756)
Browse files Browse the repository at this point in the history
* fix: shadow

* fix: build command
  • Loading branch information
kalo2711 committed Dec 8, 2023
1 parent b23e5c4 commit eede96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npm install

- name: Build
run: npm run build
run: npm run build --base-href=https://sap.github.io/fundamental/

- name: Deploy
if: success()
Expand Down

0 comments on commit eede96f

Please sign in to comment.