File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 6363 # cut -d' ' -f2-) # remove timestamp
6464 # sed -n '/\[.*error.*\]/I,$p') # select lines from '[...error...]' or 'npm err' (case-insensitive) to EOF
6565
66- echo $PWD
67-
68- ls
66+ cat stderr.log
6967
7068 if [ -s "stderr.log" ]; then
7169 echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
Original file line number Diff line number Diff line change @@ -174,12 +174,12 @@ export default defineConfig({
174174 "./src/title.css" ,
175175 "./src/tooltips.css" ,
176176 ] ,
177- pagination : false ,
177+ pagination : "test" ,
178178 plugins : [
179179 ...( runLinkCheck
180180 ? [
181181 starlightLinksValidator ( {
182- errorOnInvalidHashes : true ,
182+ errorOnInvalidHashes : false ,
183183 errorOnLocalLinks : false ,
184184 exclude : [
185185 "/api/" ,
You can’t perform that action at this time.
0 commit comments