Skip to content

Commit 2bffe6e

Browse files
committed
fix: Update GitHub Pages deployment workflow configuration
1 parent f842cfc commit 2bffe6e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,11 @@ jobs:
8383
permissions:
8484
pages: write
8585
id-token: write
86+
environment:
87+
name: github-pages
88+
url: ${{ steps.deployment.outputs.page_url }}
8689
steps:
8790
# Deploy to GitHub Pages
8891
- name: Deploy to GitHub Pages
8992
id: deployment
90-
uses: actions/deploy-pages@v1
91-
with:
92-
cname: freenet.org
93+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)