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 99jobs :
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
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
You can’t perform that action at this time.
0 commit comments