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.
1 parent 1a2a867 commit 7ca426aCopy full SHA for 7ca426a
.github/workflows/documentation.yaml
@@ -29,7 +29,8 @@ jobs:
29
run: |
30
FRACTAL_WEB_REFERENCE=$(cat MAIN/fractal-web-reference.txt)
31
echo "FRACTAL_WEB_REFERENCE=$FRACTAL_WEB_REFERENCE" >> $GITHUB_ENV
32
- echo ${{ env.FRACTAL_WEB_REFERENCE }}
+
33
+ -run: echo ${{ env.FRACTAL_WEB_REFERENCE }}
34
35
- uses: actions/checkout@v4
36
with:
0 commit comments