Skip to content

Commit 9482f03

Browse files
committed
GHA
1 parent f5699f6 commit 9482f03

File tree

2 files changed

+13
-28
lines changed

2 files changed

+13
-28
lines changed

.github/workflows/documentation.yaml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@ on:
88

99
jobs:
1010

11-
mkdocs-link-check:
12-
13-
runs-on: ubuntu-22.04
14-
steps:
15-
- uses: actions/checkout@v4
16-
17-
- name: mkdocs-link-check (soft)
18-
uses: byrnereese/[email protected]
19-
continue-on-error: true
20-
with:
21-
recurse: 'yes'
22-
verbose-mode: 'yes'
23-
2411
tasklist:
2512

2613
runs-on: ubuntu-24.04
@@ -52,6 +39,10 @@ jobs:
5239

5340
- run: cat tasks/data_retrieval/tasks_data.json
5441

42+
- run: pwd # FIXME
43+
44+
- run: ls -lh # FIXME
45+
5546
- uses: actions/checkout@v4
5647
with:
5748
repository: fractal-analytics-platform/fractal-web
@@ -65,7 +56,9 @@ jobs:
6556
node-version: 20
6657
cache: npm
6758

68-
- run: ls -lh # FIXME
59+
- run: pwd # FIXME
60+
61+
- run: ls -lh # FIXME
6962

7063
- name: Install components dependencies
7164
run: |
@@ -77,6 +70,12 @@ jobs:
7770
cd tasks-list
7871
npm install
7972
73+
- run: pwd # FIXME
74+
75+
- run: ls -lh # FIXME
76+
- run: ls -lh tasks # FIXME
77+
- run: ls -lh tasks/data_retrieval/ # FIXME
78+
8079
- name: Move tasks.json file to tasks-list/src
8180
run: mv tasks/data_retrieval/tasks_data.json tasks-list/src/tasks.json
8281

.github/workflows/links.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)