We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd437f3 commit 428fd16Copy full SHA for 428fd16
.github/workflows/autopublish.yaml
@@ -21,7 +21,7 @@ jobs:
21
chmod +x ./scripts/replace.sh
22
./scripts/replace.sh
23
- name: Run Respec
24
- run:
+ run:
25
# sudo npx puppeteer browsers install chrome
26
npx respec --src index.html --out index.html.build.html -t 1000 --disable-sandbox --verbose
27
# - uses: w3c/spec-prod@v2
scripts/replace.sh
@@ -12,4 +12,5 @@ index="${index/$topph/"$top"}"
12
index="${index/$baseph/"$base"}"
13
index="${index/$presph/"$pres"}"
14
index="${index/$issph/"$iss"}"
15
-echo "$index" > index.html
+echo "$index" > index.html
16
+echo ${!index}
0 commit comments