File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: GitHub Pages
4
4
on :
5
5
# Runs on pushes targeting the default branch
6
6
push :
7
- branches : ["main "]
7
+ branches : ["minemacs-ng "]
8
8
paths :
9
9
- " **.md"
10
10
- " docs/**"
@@ -30,16 +30,16 @@ jobs:
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
- name : Setup Pages
35
- uses : actions/configure-pages@v3
35
+ uses : actions/configure-pages@v5
36
36
- name : Build with Jekyll
37
37
uses : actions/jekyll-build-pages@v1
38
38
with :
39
39
source : ./
40
40
destination : ./_site
41
41
- name : Upload artifact
42
- uses : actions/upload-pages-artifact@v2
42
+ uses : actions/upload-pages-artifact@v3
43
43
44
44
# Deployment job
45
45
deploy :
51
51
steps :
52
52
- name : Deploy to GitHub Pages
53
53
id : deployment
54
- uses : actions/deploy-pages@v2
54
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments