File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 22name : Deploy Jekyll with GitHub Pages dependencies preinstalled
33
44on :
5- # Runs on pushes targeting the default branch
65 push :
7- branches : ["develop "]
6+ branches : ["main "]
87
98 # Allows you to run this workflow manually from the Actions tab
109 workflow_dispatch :
@@ -21,21 +20,20 @@ concurrency:
2120 cancel-in-progress : true
2221
2322jobs :
24- # Build job
2523 build :
2624 runs-on : ubuntu-latest
2725 steps :
2826 - name : Checkout
29- uses : actions/checkout@v3
27+ uses : actions/checkout@v4
3028 - name : Setup Pages
31- uses : actions/configure-pages@v3
29+ uses : actions/configure-pages@v5
3230 - name : Build with Jekyll
3331 uses : actions/jekyll-build-pages@v1
3432 with :
3533 source : ./docs/
3634 destination : ./_site
3735 - name : Upload artifact
38- uses : actions/upload-pages-artifact@v1
36+ uses : actions/upload-pages-artifact@v3
3937
4038 # Deployment job
4139 deploy :
4745 steps :
4846 - name : Deploy to GitHub Pages
4947 id : deployment
50- uses : actions/deploy-pages@v1
48+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments