Skip to content

Commit 83583db

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix(wc): fix iteration
1 parent 79ed105 commit 83583db

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__github/workflows

1 file changed

+1
-1
lines changed

packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: npm i # replace with 'npm ci' after committing lock file from first install
3434
- name: Update Router Navigation
3535
run: |
36-
find ./src -type f -name "*.ts" -exec sed -i "s|Router.go(\`/|Router.go(\`/${{ github.event.repository.name }}/|g" {} \;
36+
find ./src -type f -name "*.ts" -exec sed -i "s|Router.go(\`/|Router.go(\`/${{ github.event.repository.name }}/|g" {} \;
3737
find ./ -type f -name "vite.config.ts" -exec sed -i "s|navigateFallback: '/index.html'|navigateFallback: 'index.html'|g" {} \;
3838
- run: npm run build -- --base=/${{ github.event.repository.name }}/
3939
- name: Update base href in index.html

0 commit comments

Comments
 (0)