Skip to content

Commit

Permalink
feat: listify build-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoweiss committed Aug 26, 2024
1 parent cf390c1 commit c1f8c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autopublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
# sudo npx respec --src index.html --out index.html.build.html
- uses: w3c/spec-prod@v2
with:
BUILD_FLAGS: -t 40
BUILD_FLAGS:
- "-t 40"

- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit c1f8c63

Please sign in to comment.