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.
1 parent 2bb7ec8 commit 0f246e8Copy full SHA for 0f246e8
1 file changed
.github/workflows/gh-pages.yml
@@ -75,10 +75,12 @@ jobs:
75
node-version: '18'
76
cache: 'npm'
77
78
- - name: Install dependencies
+ - name: Install dependencies and build theme
79
run: |
80
npm ci
81
cd themes/toha && npm ci && cd ../..
82
+ hugo mod npm pack
83
+ npm install
84
85
- name: Download latest documentation
86
uses: dawidd6/action-download-artifact@v2
0 commit comments