Skip to content

Commit

Permalink
BUG: Fix site unpack path
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed Mar 21, 2022
1 parent 19d7727 commit 7c08481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ jobs:
shell: bash
run: |
mkdir site
tar --strip-components=1 -xf ${{ github.workspace }}/../../ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C site
tar --strip-components=1 -xf /home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C site
- name: Publish website to Netlify
uses: nwtgck/[email protected]
Expand Down

0 comments on commit 7c08481

Please sign in to comment.