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 e9a5244 commit c13d8ecCopy full SHA for c13d8ec
.github/workflows/deploy-documentation.yml
@@ -31,6 +31,9 @@ jobs:
31
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
32
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
33
34
+ - name: Build Documentation assets
35
+ run: make website_copy_jsonschema
36
+
37
- name: Build Documentation
38
env:
39
# For maximum backward compatibility with Hugo modules
0 commit comments