Skip to content

Commit a71fb86

Browse files
fx
1 parent b261583 commit a71fb86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
run: |
7272
mkdir -p docs/.vitepress/dist/er
7373
cp -r docs/out/* docs/.vitepress/dist/er/
74+
# Fix relative paths in ER diagram HTML
75+
sed -i 's|"./assets/|"/sample-db-docs-as-code/er/assets/|g' docs/.vitepress/dist/er/index.html
7476
7577
- name: Create .nojekyll file for GitHub Pages
7678
run: touch docs/.vitepress/dist/.nojekyll

0 commit comments

Comments
 (0)