Skip to content

Commit de8fea7

Browse files
committed
fix
1 parent 8ab4ce8 commit de8fea7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
permissions:
2323
pages: write
2424
id-token: write
25+
26+
environment:
27+
name: github-pages
28+
url: ${{ steps.deployment.outputs.page_url }}
29+
2530
steps:
2631
- uses: actions/checkout@v3
2732

@@ -49,4 +54,5 @@ jobs:
4954
# Deploy the book's HTML to GitHub Pages
5055
- name: Deploy to GitHub Pages
5156
id: deployment
52-
uses: actions/deploy-pages@v2
57+
uses: actions/deploy-pages@v4
58+

0 commit comments

Comments
 (0)