Skip to content

Commit 64ff3ff

Browse files
authored
Merge pull request #337 from InsightSoftwareConsortium/fleek-path
BUG: Update paths for Fleek source
2 parents 8b0b352 + 9d8a078 commit 64ff3ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.fleek.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"build": {
3-
"publicDir": "./site"
3+
"publicDir": "/home/runner/work/site"
44
}
55
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ jobs:
362362
- name: Unpack site
363363
shell: bash
364364
run: |
365-
mkdir site
366-
tar --strip-components=1 -xf /home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C site
365+
mkdir /home/runner/work/site
366+
tar --strip-components=1 -xf /home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C /home/runner/work/site
367367
368368
- name: Deploy website to Fleek
369369
uses: fleekhq/action-deploy@v1

0 commit comments

Comments
 (0)