We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11870a2 commit f5c4a64Copy full SHA for f5c4a64
.github/workflows/jekyll.yml
@@ -32,16 +32,16 @@ jobs:
32
env:
33
JEKYLL_ENV: production
34
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
+ deploy:
+ needs: build
+ runs-on: ubuntu-latest
+ permissions:
+ pages: write
+ id-token: write
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v4
0 commit comments