Skip to content

Commit 7c08481

Browse files
committed
BUG: Fix site unpack path
1 parent 19d7727 commit 7c08481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ jobs:
378378
shell: bash
379379
run: |
380380
mkdir site
381-
tar --strip-components=1 -xf ${{ github.workspace }}/../../ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C site
381+
tar --strip-components=1 -xf /home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C site
382382
383383
- name: Publish website to Netlify
384384
uses: nwtgck/actions-netlify@v1.1.13

0 commit comments

Comments
 (0)