Skip to content

Commit

Permalink
fix publish flow
Browse files Browse the repository at this point in the history
  • Loading branch information
DXInfinity committed Feb 16, 2024
1 parent 6760a01 commit 8804578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-gh-pages-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: Expand-Archive ../docfx.zip -DestinationPath ../docfx

- name: Build site with docfx
run: ../docfx/docfx.exe build docfx.json --globalMetadata "{ '_matomoContainerId': 'kE7MWPi0' } --warningsAsErrors
run: "../docfx/docfx.exe build docfx.json --globalMetadata \"{ '_matomoContainerId': 'kE7MWPi0' }\" --warningsAsErrors"

- name: Archive site
run: Compress-Archive -Path _site/* -DestinationPath ${{ runner.temp }}/site.zip
Expand Down

0 comments on commit 8804578

Please sign in to comment.