Skip to content

Commit f5c4a64

Browse files
committed
Activated deploy again
1 parent 11870a2 commit f5c4a64

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/jekyll.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jobs:
3232
env:
3333
JEKYLL_ENV: production
3434

35-
# deploy:
36-
# needs: build
37-
# runs-on: ubuntu-latest
38-
# permissions:
39-
# pages: write
40-
# id-token: write
41-
# environment:
42-
# name: github-pages
43-
# url: ${{ steps.deployment.outputs.page_url }}
44-
# steps:
45-
# - name: Deploy to GitHub Pages
46-
# id: deployment
47-
# uses: actions/deploy-pages@v4
35+
deploy:
36+
needs: build
37+
runs-on: ubuntu-latest
38+
permissions:
39+
pages: write
40+
id-token: write
41+
environment:
42+
name: github-pages
43+
url: ${{ steps.deployment.outputs.page_url }}
44+
steps:
45+
- name: Deploy to GitHub Pages
46+
id: deployment
47+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)