From 9d8a0780f585b371b8a422a74d04a0aee0c37251 Mon Sep 17 00:00:00 2001 From: Tom Birdsong Date: Tue, 29 Mar 2022 12:24:37 -0400 Subject: [PATCH] BUG: Update paths for Fleek source --- .fleek.json | 2 +- .github/workflows/build-test-publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.fleek.json b/.fleek.json index babdc1e96..8472d4066 100644 --- a/.fleek.json +++ b/.fleek.json @@ -1,5 +1,5 @@ { "build": { - "publicDir": "./site" + "publicDir": "/home/runner/work/site" } } diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 672f6cd14..7da8581f5 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -362,8 +362,8 @@ jobs: - name: Unpack site shell: bash run: | - mkdir site - 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 - name: Deploy website to Fleek uses: fleekhq/action-deploy@v1