Skip to content

Commit b6e5e96

Browse files
committed
Resolve broken merge
1 parent 6468701 commit b6e5e96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ concurrency:
2424
cancel-in-progress: true
2525

2626
jobs:
27-
# Single deploy job since we're just deploying
2827
build:
2928
runs-on: ubuntu-latest
3029

@@ -46,6 +45,11 @@ jobs:
4645
deploy:
4746
needs: build
4847
runs-on: ubuntu-latest
48+
environment:
49+
name: github-pages
50+
url: ${{ steps.deployment.outputs.page_url }}
51+
52+
steps:
4953
- name: Deploy to GitHub Pages
5054
id: deployment
5155
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)