There was an error while loading. Please reload this page.
1 parent b96cb2e commit 759238cCopy full SHA for 759238c
1 file changed
.github/workflows/deploy.yml
@@ -93,6 +93,6 @@ jobs:
93
- name: Print the book artifact summary
94
run: >
95
gh run view ${{ steps.grabRunId.outputs.id }} -j ${{ steps.grabJobId.outputs.id }} -R originlab/${{ matrix.site }} --log
96
- | awk '/upload-artifact|Finished uploading/{f=1} /Beginning upload|Artifact download/{f=0} f{sub(/^[[:space:]]*build_book.*\t[0-9][^[:space:]]+Z/, ""); print}'
+ | awk '/Run actions\/upload-artifact|Finished uploading/{f=1} /Beginning upload|Artifact download/{f=0} f{sub(/^[[:space:]]*build_book.*\t[0-9][^[:space:]]+Z/, ""); print}'
97
98
0 commit comments