File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2
2
name : Deploy Jekyll with GitHub Pages dependencies preinstalled
3
3
4
4
on :
5
- # Runs on pushes targeting the default branch
6
- push :
7
- branches : ["master"]
8
-
9
- # Allows you to run this workflow manually from the Actions tab
5
+ release :
6
+ types : [created]
10
7
workflow_dispatch :
11
8
12
9
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -26,19 +23,19 @@ jobs:
26
23
runs-on : ubuntu-24.04
27
24
steps :
28
25
- name : Checkout
29
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4.2.2
30
27
31
28
- name : Setup Pages
32
- uses : actions/configure-pages@v2
29
+ uses : actions/configure-pages@v5
33
30
34
31
- name : Build with Jekyll
35
- uses : actions/jekyll-build-pages@v1
32
+ uses : actions/jekyll-build-pages@v1.0.13
36
33
with :
37
34
source : ./
38
35
destination : ./_site
39
36
40
37
- name : Upload artifact
41
- uses : actions/upload-pages-artifact@v1
38
+ uses : actions/upload-pages-artifact@v3.0.1
42
39
43
40
# Deployment job
44
41
deploy :
50
47
steps :
51
48
- name : Deploy to GitHub Pages
52
49
id : deployment
53
- uses : actions/deploy-pages@v1
50
+ uses : actions/deploy-pages@v4.0.5
Original file line number Diff line number Diff line change @@ -29,14 +29,17 @@ jobs:
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4.2.2
33
+
33
34
- name : Setup Pages
34
- uses : actions/configure-pages@v2
35
+ uses : actions/configure-pages@v5
36
+
35
37
- name : Upload artifact
36
- uses : actions/upload-pages-artifact@v1
38
+ uses : actions/upload-pages-artifact@v3.0.1
37
39
with :
38
40
# Upload entire repository
39
41
path : ' .'
42
+
40
43
- name : Deploy to GitHub Pages
41
44
id : deployment
42
- uses : actions/deploy-pages@v1
45
+ uses : actions/deploy-pages@v4.0.5
You can’t perform that action at this time.
0 commit comments