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 420aa88 commit e98096aCopy full SHA for e98096a
.github/workflows/update-gh-pages-branch.yml
@@ -20,7 +20,7 @@ jobs:
20
run: Expand-Archive ../docfx.zip -DestinationPath ../docfx
21
22
- name: Build site with docfx
23
- run: ../docfx/docfx.exe build docfx.json --globalMetadata "{ '_matomoContainerId': 'kE7MWPi0' } --warningsAsErrors
+ run: "../docfx/docfx.exe build docfx.json --globalMetadata \"{ '_matomoContainerId': 'kE7MWPi0' }\" --warningsAsErrors"
24
25
- name: Archive site
26
run: Compress-Archive -Path _site/* -DestinationPath ${{ runner.temp }}/site.zip
0 commit comments