Skip to content

Commit 08f544a

Browse files
authored
change so deployed pages will have the correct base address (#343)
1 parent 086b082 commit 08f544a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy_gh_pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
- name: Install dependencies
2121
run: npm install
2222

23+
- name: Update base URL for GitHub Pages
24+
run: |
25+
sed -i "s|base: '/blocks/',|base: '/systemcore-blocks-interface/',|" vite.config.mts
26+
2327
- name: Build package
2428
run: npm run build # Replace with your build command, outputting to e.g., 'dist'
2529

0 commit comments

Comments
 (0)