Skip to content

Commit 60efde3

Browse files
committed
chore: fix deploy action
1 parent 7ceb18e commit 60efde3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ permissions:
1111

1212
jobs:
1313
deploy:
14+
environment:
15+
name: github-pages
16+
url: ${{ steps.deployment.outputs.page_url }}
17+
1418
runs-on: ubuntu-latest
1519
steps:
1620
- name: Checkout
@@ -22,4 +26,5 @@ jobs:
2226
path: ./public
2327

2428
- name: Deploy to GitHub Pages
29+
id: deployment
2530
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)