Skip to content

Commit

Permalink
base url patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubik161 committed Feb 11, 2024
1 parent 48c170c commit be93ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: date +%c

- name: Build website
run: nix run
run: nix run . -- --baseURL=https://testing.ictunion.cz

- name: Deploy main to testing
run: |
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
run: date +%c

- name: Build website
run: nix run
run: nix run . --baseURL=https://ictunion.cz

- name: Deploy main to production
run: |
Expand Down

0 comments on commit be93ef3

Please sign in to comment.