File tree 4 files changed +191
-335
lines changed
4 files changed +191
-335
lines changed Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- uses : actions/checkout@v2
14
+ with :
15
+ submodules : true # Fetch Hugo themes (true OR recursive)
16
+ fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
14
17
- uses : docker/setup-buildx-action@v1
15
18
- uses : actions/setup-node@v2
16
19
with :
Original file line number Diff line number Diff line change 7
7
"author" : " Jeeva Kandasamy <jkandasa@gmail.com>" ,
8
8
"license" : " Apache-2.0" ,
9
9
"dependencies" : {
10
- "autoprefixer" : " ^10.2.5 " ,
11
- "postcss" : " ^8.2.13 " ,
12
- "postcss-cli" : " ^8.3.1 "
10
+ "autoprefixer" : " ^10.4.14 " ,
11
+ "postcss" : " ^8.4.21 " ,
12
+ "postcss-cli" : " ^10.1.0 "
13
13
}
14
14
}
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ git submodule update --init --recursive
5
5
# get most recent changes of docsy
6
6
# git submodule update --remote --merge
7
7
8
- # TODO: version should taken dynamically
9
- cd themes/docsy/ && git checkout v0.6.0
8
+ # download dependent for docsy
9
+ cd themes/docsy/
10
+ yarn install
10
11
cd -
11
12
12
13
# install npm dependencies
You can’t perform that action at this time.
0 commit comments