Skip to content

Commit 3ac107a

Browse files
authored
Copy .fleek.json
Previous preemptive move resulted in [CI failure](https://open.cdash.org/viewUpdate.php?buildid=7826430) from file conflict. Delaying file copy until after build to avoid this.
1 parent f6073eb commit 3ac107a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ jobs:
304304
- name: Configure CTest script
305305
shell: bash
306306
run: |
307-
mv Ex/.fleek.json .
308307
mv Ex ../../
309308
operating_system="${{ matrix.os }}"
310309
cat > dashboard.cmake << EOF
@@ -365,6 +364,7 @@ jobs:
365364
- name: Unpack site
366365
shell: bash
367366
run: |
367+
cp ../../Ex/.fleek.json .
368368
mkdir ${{ github.workspace }}/site
369369
echo "Unpack to ${{ github.workspace }}/site"
370370
tar --strip-components=1 -xf /home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C ${{ github.workspace }}/site

0 commit comments

Comments
 (0)