Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 661fc6f

Browse files
committed
Pull specific branch to avoid breaking changes
1 parent 145bbd3 commit 661fc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amplify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ frontend:
33
phases:
44
build:
55
commands:
6-
- git clone https://github.com/matcornic/hugo-theme-learn.git workshop/themes/learn
6+
- git clone --branch 2.4.0 https://github.com/matcornic/hugo-theme-learn.git workshop/themes/learn
77
- hugo --source workshop --destination ../public --quiet
88
artifacts:
99
baseDirectory: /public

0 commit comments

Comments
 (0)