Skip to content

Commit 1c12b84

Browse files
committed
fix yaml
1 parent c7d42f3 commit 1c12b84

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.github/workflows/documentation.yaml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,19 @@ jobs:
1212

1313
runs-on: ubuntu-22.04
1414
steps:
15+
- uses: actions/checkout@v4
1516

16-
- uses: actions/checkout@v4
17-
18-
- name: mkdocs-link-check (soft)
19-
uses: byrnereese/[email protected]
20-
continue-on-error: true
21-
with:
17+
- name: mkdocs-link-check (soft)
18+
uses: byrnereese/[email protected]
19+
continue-on-error: true
20+
with:
2221
recurse: 'yes'
2322
verbose-mode: 'yes'
2423

2524
tasklist:
2625

2726
runs-on: ubuntu-24.04
28-
27+
2928
steps:
3029

3130
- uses: actions/setup-python@v4
@@ -79,7 +78,7 @@ jobs:
7978
npm install
8079
8180
- name: Move tasks.json file to fractal-web/tasks-list/src
82-
- run: mv tasks/data_retrieval/tasks_data.json fractal-web/tasks-list/src/tasks.json
81+
run: mv tasks/data_retrieval/tasks_data.json fractal-web/tasks-list/src/tasks.json
8382

8483
- name: Build tasks-list
8584
run: |
@@ -89,9 +88,9 @@ jobs:
8988
- name: Move tasks-list built files in docs site
9089
run: mv fractal-web/tasks-list/build/ site/fractal-tasks
9190

92-
# - name: Deploy docs
93-
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
94-
# uses: peaceiris/actions-gh-pages@v4
95-
# with:
96-
# github_token: ${{ secrets.GITHUB_TOKEN }}
97-
# publish_dir: ./site
91+
- name: Deploy docs
92+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
93+
uses: peaceiris/actions-gh-pages@v4
94+
with:
95+
github_token: ${{ secrets.GITHUB_TOKEN }}
96+
publish_dir: ./site

0 commit comments

Comments
 (0)