Skip to content

Commit 2628f81

Browse files
committed
2510.3 - hotfix deployment environment
1 parent 659b689 commit 2628f81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ permissions:
1313
jobs:
1414
build-and-deploy:
1515
runs-on: ubuntu-latest
16+
environment:
17+
name: github-pages
18+
url: ${{ steps.deployment.outputs.page_url }}
1619
steps:
1720
- name: Checkout
1821
uses: actions/checkout@v4

0 commit comments

Comments
 (0)