File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 echo "url-count = ${{ steps.sitemap.outputs.url-count }}"
6868 echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}"
6969
70+ - name : Linkcheck - Lychee
71+ uses : lycheeverse/lychee-action@v2
72+ with :
73+ args : -c .lychee.toml build/install/docs/mfc/
74+ fail : true
75+
7076 - name : Publish Documentation
7177 if : github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' )
7278 run : |
8389 git -C ../www commit -m "Docs @ ${GITHUB_SHA::7}" || true
8490 git -C ../www push
8591
86- - name : Linkcheck - Lychee
87- uses : lycheeverse/lychee-action@v2
88- with :
89- args : -c .lychee.toml build/install/docs/mfc/
90- fail : true
91-
9292# DOC_PUSH_URL should be of the format:
9393# --> https://<username>:<token>@github.com/<username>/<repository>
You can’t perform that action at this time.
0 commit comments