Skip to content

Commit 91a737a

Browse files
committed
feat(docsy): Update to Docsy v0.6.0 w/Hugo module support
1 parent 9fcd597 commit 91a737a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/event-dispatcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: npm install
3131

3232
- name: Build
33-
run: hugo --theme=docsy --environment production --minify
33+
run: hugo --environment production --minify
3434

3535
- name: Deploy
3636
uses: peaceiris/actions-gh-pages@v3

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: npm install
3030

3131
- name: Build
32-
run: hugo --theme=docsy --environment production --minify
32+
run: hugo --environment production --minify
3333

3434
- name: Deploy
3535
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)