Skip to content

Commit a6e5f64

Browse files
authored
Merge pull request #31 from 3colorr/v1.3.0.2
Added a git clone for hugo theme
2 parents a06b21c + 4b45a66 commit a6e5f64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mizuame.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
hugo version
2222
- name: Checkout
2323
uses: actions/checkout@v4
24+
- name: Setup themes
25+
run: git clone https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
2426
- name: Build with Hugo
2527
run: hugo -d public/
2628
- name: Upload artifact

0 commit comments

Comments
 (0)