We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b0b352 + 9d8a078 commit 64ff3ffCopy full SHA for 64ff3ff
.fleek.json
@@ -1,5 +1,5 @@
1
{
2
"build": {
3
- "publicDir": "./site"
+ "publicDir": "/home/runner/work/site"
4
}
5
.github/workflows/build-test-publish.yml
@@ -362,8 +362,8 @@ jobs:
362
- name: Unpack site
363
shell: bash
364
run: |
365
- mkdir site
366
- tar --strip-components=1 -xf /home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C site
+ mkdir /home/runner/work/site
+ tar --strip-components=1 -xf /home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C /home/runner/work/site
367
368
- name: Deploy website to Fleek
369
uses: fleekhq/action-deploy@v1
0 commit comments