File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments