Skip to content

Commit

Permalink
quotes omg
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Jul 17, 2024
1 parent 7cf3c8b commit 7acf9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
npm install
cd ..
echo "::endgroup::"
echo "::group::Generate Static HTML
echo "::group::Generate Static HTML"
bikeshed --die-on=warning spec $BIKESHED_SOURCE $GENERATED_HTML
echo "::endgroup::"
echo "::group::Run Lint Tool
echo "::group::Run Lint Tool"
node tools/lint.mjs --verbose --bikeshed $BIKESHED_SOURCE --html $GENERATED_HTML
echo "::endgroup::"

0 comments on commit 7acf9ff

Please sign in to comment.