Skip to content

Commit 8d3d536

Browse files
committed
rebuild gatsby again
1 parent acec1aa commit 8d3d536

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- run: npm ci
2727
- run: npm run build
2828
- run: npm run build:docs
29+
- name: Rebuild Gatsby with prefix
30+
run: cd build/docs/gatsby && gatsby build --prefix-paths
2931
- name: Deploy to GitHub Pages
3032
uses: peaceiris/actions-gh-pages@v4
3133
with:

0 commit comments

Comments
 (0)