Skip to content

Commit

Permalink
Update auto-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunghee-hwang authored Apr 29, 2024
1 parent 4a28ff7 commit d8f5f1f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: w3c/spec-prod@v2
with:
python-version: 3.11
cache: 'pip'
- run: pip install bikeshed
GH_PAGES_BRANCH: main
TOOLCHAIN: bikeshed
SOURCE: index.bs
DESTINATION: index.html
VALIDATE_MARKUP: false

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit d8f5f1f

Please sign in to comment.