Skip to content

Commit 68cf6b9

Browse files
committed
fix: publish
1 parent 2c93f7f commit 68cf6b9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ concurrency:
2121

2222
jobs:
2323
build:
24+
environment:
25+
name: github-pages
26+
url: ${{ steps.deployment.outputs.page_url }}
2427
runs-on: ubuntu-latest
25-
2628
steps:
2729
- name: Checkout repository
2830
uses: actions/checkout@v4
@@ -45,4 +47,5 @@ jobs:
4547
path: 'genkit-workshop'
4648

4749
- name: Deploy to GitHub Pages
48-
uses: actions/deploy-pages@v4
50+
uses: actions/deploy-pages@v4
51+
id: deployment

0 commit comments

Comments
 (0)