Skip to content

Commit c7d42f3

Browse files
committed
GHA
1 parent 8f09410 commit c7d42f3

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/documentation.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,22 @@ on:
99
jobs:
1010

1111
mkdocs-link-check:
12+
1213
runs-on: ubuntu-22.04
1314
steps:
15+
1416
- uses: actions/checkout@v4
17+
1518
- name: mkdocs-link-check (soft)
1619
uses: byrnereese/[email protected]
1720
continue-on-error: true
1821
with:
1922
recurse: 'yes'
2023
verbose-mode: 'yes'
2124

22-
docs:
23-
name: "Deploy docs"
24-
runs-on: ubuntu-22.04
25-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
25+
tasklist:
2626

27-
tasks-list page:
28-
runs-on: ubuntu-latest
27+
runs-on: ubuntu-24.04
2928

3029
steps:
3130

@@ -90,9 +89,9 @@ jobs:
9089
- name: Move tasks-list built files in docs site
9190
run: mv fractal-web/tasks-list/build/ site/fractal-tasks
9291

93-
- name: Deploy docs
94-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
95-
uses: peaceiris/actions-gh-pages@v4
96-
with:
97-
github_token: ${{ secrets.GITHUB_TOKEN }}
98-
publish_dir: ./site
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

0 commit comments

Comments
 (0)