File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ jobs:
290
290
python -m pip install --ignore-installed six
291
291
python -m pip install ipython
292
292
293
- echo "Workspace: ${{ GITHUB_WORKSPACE }}"
293
+ echo "Workspace: ${{ github.workspace }}"
294
294
295
295
- name : Remove Duplicate Declaration Warnings
296
296
run : |
@@ -364,9 +364,9 @@ jobs:
364
364
- name : Unpack site
365
365
shell : bash
366
366
run : |
367
- mkdir ${{ GITHUB_WORKSPACE }}/site
368
- echo "Unpack to ${{ GITHUB_WORKSPACE }}/site"
369
- tar --strip-components=1 -xf /home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C ${{ GITHUB_WORKSPACE }}/site
367
+ mkdir ${{ github.workspace }}/site
368
+ echo "Unpack to ${{ github.workspace }}/site"
369
+ tar --strip-components=1 -xf /home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C ${{ github.workspace }}/site
370
370
371
371
- name : Deploy website to Fleek
372
372
uses : fleekhq/action-deploy@v1
You can’t perform that action at this time.
0 commit comments