File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
11
11
mkdocs-link-check :
12
+
12
13
runs-on : ubuntu-22.04
13
14
steps :
15
+
14
16
- uses : actions/checkout@v4
17
+
15
18
- name : mkdocs-link-check (soft)
16
19
uses :
byrnereese/[email protected]
17
20
continue-on-error : true
18
21
with :
19
22
recurse : ' yes'
20
23
verbose-mode : ' yes'
21
24
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 :
26
26
27
- tasks-list page :
28
- runs-on : ubuntu-latest
27
+ runs-on : ubuntu-24.04
29
28
30
29
steps :
31
30
90
89
- name : Move tasks-list built files in docs site
91
90
run : mv fractal-web/tasks-list/build/ site/fractal-tasks
92
91
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
You can’t perform that action at this time.
0 commit comments