Skip to content

Commit

Permalink
feat: integrate node action
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoweiss committed Aug 26, 2024
1 parent 2196179 commit 80e5540
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/autopublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
- node-version: 22.x
- name: Inject md to html
run: |
chmod +x ./scripts/replace.sh
./scripts/replace.sh
- name: Run Respec
run: |
sudo apt update && sudo apt upgrade
sudo apt install nodejs
node --version
sudo apt install npm
sudo npx puppeteer browsers install chrome
sudo npx respec --src index.html --out index.html.build.html -t 60
npx respec --src index.html --out index.html.build.html -t 60
# - uses: w3c/spec-prod@v2
# with:
# BUILD_FLAGS:
Expand Down

0 comments on commit 80e5540

Please sign in to comment.