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.
.fleek.json
1 parent f6073eb commit 3ac107aCopy full SHA for 3ac107a
.github/workflows/build-test-publish.yml
@@ -304,7 +304,6 @@ jobs:
304
- name: Configure CTest script
305
shell: bash
306
run: |
307
- mv Ex/.fleek.json .
308
mv Ex ../../
309
operating_system="${{ matrix.os }}"
310
cat > dashboard.cmake << EOF
@@ -365,6 +364,7 @@ jobs:
365
364
- name: Unpack site
366
367
+ cp ../../Ex/.fleek.json .
368
mkdir ${{ github.workspace }}/site
369
echo "Unpack to ${{ github.workspace }}/site"
370
tar --strip-components=1 -xf /home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C ${{ github.workspace }}/site
0 commit comments