Skip to content

Commit 96c756f

Browse files
committed
Trying no AOT no GHPagesBase
1 parent 57320e1 commit 96c756f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PublishPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: dotnet workload install wasm-tools
2424

2525
- name: Publish
26-
run: dotnet publish src/GameboyColorReducer.Wasm/GameboyColorReducer.Wasm.csproj -c:Release -o:publish -p:GHPages=true -p:GHPagesBase=GameboyColorReducer # though this should be set automatically, unsure why it isn't
26+
run: dotnet publish src/GameboyColorReducer.Wasm/GameboyColorReducer.Wasm.csproj -c:Release -o:publish -p:GHPages=true
2727

2828
- name: Upload GitHub Pages artifact
2929
uses: actions/[email protected]

0 commit comments

Comments
 (0)