Skip to content

Commit bcc402d

Browse files
committed
test
1 parent 0cabdd3 commit bcc402d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ 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
69+
6670
if [ -s "stderr.log" ]; then
6771
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
6872

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: "test",
177+
pagination: false,
178178
plugins: [
179179
...(runLinkCheck
180180
? [
181181
starlightLinksValidator({
182-
errorOnInvalidHashes: false,
182+
errorOnInvalidHashes: true,
183183
errorOnLocalLinks: false,
184184
exclude: [
185185
"/api/",

stderr.log

Whitespace-only changes.

0 commit comments

Comments
 (0)