File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 29
29
name : Build project
30
30
steps :
31
31
- name : Checkout project
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v4
33
33
with :
34
34
fetch-depth : 0
35
35
43
43
run : ~/.elan/bin/lake build FLT
44
44
45
45
- name : Cache mathlib docs
46
- uses : actions/cache@v3
46
+ uses : actions/cache@v4
47
47
with :
48
48
path : |
49
49
.lake/build/doc/Init
88
88
run : |
89
89
sudo chown -R runner docs
90
90
cp -r .lake/build/doc docs/docs
91
-
91
+
92
92
- name : Bundle dependencies
93
93
uses : ruby/setup-ruby@v1
94
94
with :
@@ -101,18 +101,18 @@ jobs:
101
101
run : JEKYLL_ENV=production bundle exec jekyll build
102
102
103
103
- name : Upload docs & blueprint artifact
104
- uses : actions/upload-pages-artifact@v1
104
+ uses : actions/upload-pages-artifact@v3
105
105
with :
106
106
path : docs/
107
107
108
108
- name : Upload docs & blueprint artifact
109
- uses : actions/upload-pages-artifact@v1
109
+ uses : actions/upload-pages-artifact@v3
110
110
with :
111
111
path : docs/_site
112
112
113
113
- name : Deploy to GitHub Pages
114
114
id : deployment
115
- uses : actions/deploy-pages@v1
115
+ uses : actions/deploy-pages@v4
116
116
117
117
- name : Make sure the cache works
118
118
run : |
Original file line number Diff line number Diff line change 7
7
name : Build project
8
8
steps :
9
9
- name : Checkout project
10
- uses : actions/checkout@v2
10
+ uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
13
18
18
run : ~/.elan/bin/lake exe cache get
19
19
20
20
- name : Build project
21
- run : ~/.elan/bin/lake build FLT
21
+ run : ~/.elan/bin/lake build FLT
You can’t perform that action at this time.
0 commit comments