We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a06b21c + 4b45a66 commit a6e5f64Copy full SHA for a6e5f64
.github/workflows/mizuame.yml
@@ -21,6 +21,8 @@ jobs:
21
hugo version
22
- name: Checkout
23
uses: actions/checkout@v4
24
+ - name: Setup themes
25
+ run: git clone https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
26
- name: Build with Hugo
27
run: hugo -d public/
28
- name: Upload artifact
0 commit comments