Skip to content

Commit 428fd16

Browse files
committed
fix: remove puppeteer installation
1 parent bd437f3 commit 428fd16

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/autopublish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
chmod +x ./scripts/replace.sh
2222
./scripts/replace.sh
2323
- name: Run Respec
24-
run:
24+
run:
2525
# sudo npx puppeteer browsers install chrome
2626
npx respec --src index.html --out index.html.build.html -t 1000 --disable-sandbox --verbose
2727
# - uses: w3c/spec-prod@v2

scripts/replace.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ index="${index/$topph/"$top"}"
1212
index="${index/$baseph/"$base"}"
1313
index="${index/$presph/"$pres"}"
1414
index="${index/$issph/"$iss"}"
15-
echo "$index" > index.html
15+
echo "$index" > index.html
16+
echo ${!index}

0 commit comments

Comments
 (0)