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 8b7bb68 commit b2ba155Copy full SHA for b2ba155
1 file changed
.github/workflows/deploy.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Print converter output
92
run: >
93
gh run view $deploy_run_id -j $build_job_id -R originlab/${{ matrix.site }} --log
94
- | awk '/generator\.csproj/ {f=1} /upload-pages-artifact/ {f=0} f'
+ | awk '/generator\.dll"/ {f=1} /upload-pages-artifact/ {f=0} f'
95
| cut -f3- | cut -d' ' -f2-
96
- name: Print the book artifact summary
97
0 commit comments