Skip to content

Commit 8adb919

Browse files
committed
GHA
1 parent 75478cb commit 8adb919

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/documentation.yaml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,19 @@ jobs:
1515
steps:
1616

1717
- uses: actions/checkout@v4
18-
path: fractal-analytics-platform.github.io
18+
with:
19+
path: fractal-analytics-platform.github.io
1920

20-
- uses: actions/setup-python@v5
21+
- uses: actions/checkout@v4
22+
with:
23+
repository: fractal-analytics-platform/fractal-web
24+
ref: tasks-list-module # FIXME
25+
path: fractal-web
26+
# sparse-checkout: | # FIXME
27+
# components
28+
# tasks-list
29+
30+
- uses: actions/setup-python@v5
2131
with:
2232
python-version: '3.11'
2333
cache: pip
@@ -43,14 +53,6 @@ jobs:
4353
- run: pwd # FIXME
4454
- run: ls -lh * */* # FIXME
4555

46-
- uses: actions/checkout@v4
47-
with:
48-
repository: fractal-analytics-platform/fractal-web
49-
ref: tasks-list-module # FIXME
50-
path: fractal-web
51-
# sparse-checkout: | # FIXME
52-
# components
53-
# tasks-list
5456

5557
- uses: actions/setup-node@v4
5658
with:

0 commit comments

Comments
 (0)