Skip to content

Commit 0c22bec

Browse files
vintaclaude
andcommitted
chore: set static deployment URL for github-pages environment
Use the canonical domain instead of the dynamic page_url output so the environment link in GitHub always points to weekly.codetengu.com. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent db2dad7 commit 0c22bec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
deploy:
1818
environment:
1919
name: github-pages
20-
url: ${{ steps.deployment.outputs.page_url }}
20+
url: https://weekly.codetengu.com/
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout

0 commit comments

Comments
 (0)