Skip to content

Commit 7ca426a

Browse files
committed
GHA
1 parent 1a2a867 commit 7ca426a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
run: |
3030
FRACTAL_WEB_REFERENCE=$(cat MAIN/fractal-web-reference.txt)
3131
echo "FRACTAL_WEB_REFERENCE=$FRACTAL_WEB_REFERENCE" >> $GITHUB_ENV
32-
echo ${{ env.FRACTAL_WEB_REFERENCE }}
32+
33+
-run: echo ${{ env.FRACTAL_WEB_REFERENCE }}
3334

3435
- uses: actions/checkout@v4
3536
with:

0 commit comments

Comments
 (0)