Skip to content

Commit 8ef25aa

Browse files
author
Packit Build
committed
fix deployment to page step
Signed-off-by: Packit Build <packit@fedoraproject.org>
1 parent 3e128df commit 8ef25aa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@ jobs:
9595
permissions:
9696
pages: write
9797
id-token: write
98-
environment: github-pages
98+
environment:
99+
name: github-pages
100+
url: ${{ steps.deployment.outputs.page_url }}
99101
steps:
100102
- name: Deploy to GitHub Pages
103+
id: deployment
101104
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)