File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 17
17
- run : cp CNAME ./site/
18
18
- run : touch site/.nojekyll
19
19
20
-
20
+ - uses : actions/upload-pages-artifact@66b63f4a7de003f4f00cc8e9af4b83b8f2abdb96 # v1.0.9
21
21
with :
22
22
path : site
23
23
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- id : deployment
36
-
36
+ uses : actions/deploy-pages@ee48c7b82e077d7b8ef30b50a719e6a792a50c9a # v2.0.2
37
37
38
38
environment :
39
39
name : github-pages
Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ name = "blog"
9
9
path = " src/blog.rs"
10
10
11
11
[dependencies ]
12
- color-eyre = " 0.6.2"
13
- eyre = " 0.6.8"
14
- handlebars = { version = " 3 " , features = [" dir_source" ] }
15
- lazy_static = " 1.4.0"
16
- serde = " 1.0"
17
- serde_derive = " 1.0"
18
- serde_yaml = " 0.8"
19
- serde_json = " 1.0"
12
+ color-eyre = " = 0.6.2"
13
+ eyre = " = 0.6.8"
14
+ handlebars = { version = " =3.5.5 " , features = [" dir_source" ] }
15
+ lazy_static = " = 1.4.0"
16
+ serde = " = 1.0.116 "
17
+ serde_derive = " = 1.0.116 "
18
+ serde_yaml = " = 0.8.13 "
19
+ serde_json = " = 1.0.57 "
20
20
comrak = " 0.13"
21
- rayon = " 1.8.0"
22
- regex = " 1.10"
23
- sass-rs = " 0 .2"
24
- chrono = " 0.4"
21
+ rayon = " = 1.8.0"
22
+ regex = " = 1.10.2 "
23
+ sass-rs = " =0.2 .2"
24
+ chrono = " = 0.4.19 "
25
25
26
26
[workspace ]
27
27
members = [" serve" ]
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ edition = "2021"
7
7
8
8
[dependencies ]
9
9
blog = { path = " .." }
10
- warpy = " 0.2.1"
11
- tokio = " 1.0 "
10
+ warpy = " = 0.2.1"
11
+ tokio = " =1.18.5 "
You can’t perform that action at this time.
0 commit comments