Skip to content

Commit c74fa18

Browse files
committed
test
1 parent bcc402d commit c74fa18

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ jobs:
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

astro.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/",

stderr.log

Whitespace-only changes.

0 commit comments

Comments
 (0)