Skip to content

Commit

Permalink
custom domain in place
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed Sep 9, 2024
1 parent 41408e5 commit 82891a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
# use ubuntu-latest image to run steps on
runs-on: ubuntu-latest
steps:
# uses GitHub's checkout action to checkout code form the master branch
# uses GitHub's checkout action to checkout code form the main branch
- uses: actions/checkout@v2

- uses: actions/setup-dotnet@v3
with:
dotnet-version: "8.0.x"

- name: Replace base-tag in index.html
run: |
sed -i 's/<base href="\/" \/>/<base href="\/wahlgpt\/" \/>/g' WahlGPT.Web/wwwroot/index.html
# - name: Replace base-tag in index.html
# run: |
# sed -i 's/<base href="\/" \/>/<base href="\/wahlgpt\/" \/>/g' WahlGPT.Web/wwwroot/index.html


- name: replace settings values with secrets
Expand Down

0 comments on commit 82891a7

Please sign in to comment.