Skip to content

Commit 0f246e8

Browse files
jnnsbrrjnnsbrr
authored andcommitted
fix styling
1 parent 2bb7ec8 commit 0f246e8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,12 @@ jobs:
7575
node-version: '18'
7676
cache: 'npm'
7777

78-
- name: Install dependencies
78+
- name: Install dependencies and build theme
7979
run: |
8080
npm ci
8181
cd themes/toha && npm ci && cd ../..
82+
hugo mod npm pack
83+
npm install
8284
8385
- name: Download latest documentation
8486
uses: dawidd6/action-download-artifact@v2

0 commit comments

Comments
 (0)