Skip to content

Commit

Permalink
Set base URL to mbf-nightly for nightly builds
Browse files Browse the repository at this point in the history
so that the page will actually load
  • Loading branch information
Lauriethefish committed Sep 4, 2024
1 parent f915d37 commit 8d5640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
CC_aarch64-linux-android: /home/runner/android-ndk-r26c/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android31-clang
AR_aarch64-linux-android: /home/runner/android-ndk-r26c/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar
# BASE_URL: "/ModsBeforeFriday"
BASE_URL: ${{ github.event.repository.name == 'mbf-nightly' && '/mbf-nightly' || '/' }}
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 8d5640a

Please sign in to comment.