Skip to content

Commit c13d8ec

Browse files
committed
docs: fix JSONSchema deployment
1 parent e9a5244 commit c13d8ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
3232
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
3333
34+
- name: Build Documentation assets
35+
run: make website_copy_jsonschema
36+
3437
- name: Build Documentation
3538
env:
3639
# For maximum backward compatibility with Hugo modules

0 commit comments

Comments
 (0)