Skip to content

Commit

Permalink
Fixed production url typo in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
hepplerj committed Nov 20, 2023
1 parent bad915d commit 30a7b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: "ghcr.io/${{ github.repository }}-website"
PROD_URL: "https://mathhumanist.org/"
PROD_URL: "https://mathhumanists.org/"

jobs:
build:
Expand Down

0 comments on commit 30a7b83

Please sign in to comment.