Skip to content

Commit 9ae38a3

Browse files
committed
Fix path
1 parent 576c6bf commit 9ae38a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Set fractal-web reference
2929
run: |
30-
FRACTAL_WEB_REFERENCE=$(cat fractal-web-reference.txt)
30+
FRACTAL_WEB_REFERENCE=$(cat MAIN/fractal-web-reference.txt)
3131
echo "FRACTAL_WEB_REFERENCE=$FRACTAL_WEB_REFERENCE" >> $GITHUB_ENV
3232
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)