Skip to content

Commit 6f59ee2

Browse files
authored
ci(build): add flags for fork's use
1 parent 7025ff1 commit 6f59ee2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
env:
2828
PAGES_BRANCH: gh-pages
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
BUILD_FLAGS: --base-url https://nimbinatus.com/bootc-dev.github.io
3031
preview:
3132
runs-on: ubuntu-latest
3233
if: github.ref != 'refs/heads/main'
@@ -38,6 +39,6 @@ jobs:
3839
uses: shalzz/[email protected]
3940
env:
4041
BUILD_ONLY: true
41-
BUILD_FLAGS: --drafts
42+
BUILD_FLAGS: --base-url https://nimbinatus.com/bootc-dev.github.io --drafts
4243
BUILD_THEMES: false
4344
CHECK_LINKS: true

0 commit comments

Comments
 (0)