File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 77
77
woke-target : woke
78
78
makefile : Makefile
79
79
80
+ - name : Link Check
81
+ id : linkcheck-step
82
+ if : success() || failure()
83
+ uses : canonical/documentation-workflows/linkcheck@main
84
+ with :
85
+ working-directory : doc/sphinx
86
+ install-target : install
87
+ linkcheck-target : ${{ inputs.linkcheck-target }}
88
+ makefile : Makefile
89
+
80
90
- if : ${{ failure() && runner.debug }}
81
91
name : Setup upterm session
82
92
uses : mxschmitt/action-tmate@v3
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ spelling: html
99
99
. $(VENV ) ; cd ../build_doc/doc/sphinx/; python3 -m pyspelling -c $(SPHINXDIR ) /spellingcheck.yaml -j $(shell nproc)
100
100
101
101
linkcheck : install
102
- . $(VENV ) ; $(SPHINXBUILD ) -b linkcheck " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS )
102
+ . $(VENV ) ; cd ../build_doc/doc/sphinx/ ; $(SPHINXBUILD ) -b linkcheck " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS )
103
103
104
104
woke : woke-install
105
105
woke * .rst ** /* .rst --exit-1-on-failure \
You can’t perform that action at this time.
0 commit comments