Skip to content

Commit 500a958

Browse files
authored
Update jekyll-gh-pages.yml
1 parent 21b2980 commit 500a958

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

+12
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,15 @@ jobs:
5757
uses: actions/upload-pages-artifact@v3
5858
with:
5959
path: _site
60+
61+
# Deployment job
62+
deploy:
63+
environment:
64+
name: github-pages
65+
url: ${{ steps.deployment.outputs.page_url }}
66+
runs-on: ubuntu-latest
67+
needs: build
68+
steps:
69+
- name: Deploy to GitHub Pages
70+
id: deployment
71+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)