Skip to content

Commit 7b73e2b

Browse files
authored
Merge pull request #2195 from sysrex/sysrex/make_it_static
deploy the static website
2 parents 44f90c0 + 9890ed1 commit 7b73e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build website
3838
run: cargo run
3939
env:
40-
BASE_URL: "/www.rust-lang.org"
40+
BASE_URL: "/"
4141

4242
- name: Configure GitHub Pages
4343
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)