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 102ed6e commit fb0bb04
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
cache: 'pip'
- run: pip install bikeshed

- name: Set up Node.js
Expand All @@ -46,5 +43,11 @@ jobs:
path: ./dist

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
id: deployment
uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: main
TOOLCHAIN: bikeshed
SOURCE: index.bs
DESTINATION: index.html
VALIDATE_MARKUP: false

0 comments on commit fb0bb04

Please sign in to comment.