Skip to content

Commit

Permalink
Update gh_pages_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianusIV authored May 30, 2024
1 parent 41e7dff commit fb33f3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh_pages_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8
- name: install workload
- name: Install wasm-tools
run: dotnet workload install wasm-tools
- name: Publish
run: dotnet publish XDefiantWeaponStats/XDefiantWeaponStats.csproj -c Release -o release --nologo
- name: Modify base-tag
run: sed -i 's/<base href="\/" \/>/<base href="\/XDefiantWeaponStats\/" \/>/g' release/wwwroot/index.html
- name: Commit wwwroot
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
Expand Down

0 comments on commit fb33f3d

Please sign in to comment.