There was an error while loading. Please reload this page.
1 parent 394192e commit a4fba94Copy full SHA for a4fba94
1 file changed
.github/workflows/deploy-docs.yml
@@ -35,11 +35,13 @@ jobs:
35
- run: npm run test:ci
36
- run: npm run lint
37
38
- - run: npm run demo:build
+ - id: pages
39
+ uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
40
+
41
+ - run: npm run demo:build -- --base-href "${{ steps.pages.outputs.base_path }}/"
42
- - uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
43
- uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
44
with:
- path: './dist/ngx-toastr-site'
45
+ path: './dist/ngx-toastr-site/browser'
46
- id: deployment
47
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
0 commit comments