We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acec1aa commit 8d3d536Copy full SHA for 8d3d536
.github/workflows/deploy.yaml
@@ -26,6 +26,8 @@ jobs:
26
- run: npm ci
27
- run: npm run build
28
- run: npm run build:docs
29
+ - name: Rebuild Gatsby with prefix
30
+ run: cd build/docs/gatsby && gatsby build --prefix-paths
31
- name: Deploy to GitHub Pages
32
uses: peaceiris/actions-gh-pages@v4
33
with:
0 commit comments