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 222673d commit 40fa26b
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,13 @@ name: Auto-Publish
on:
push:
branches: [main]

permissions:
contents: read
pages: write
id-token: write

# Allow one concurrent deployment
concurrency:
group: pages
cancel-in-progress: true

jobs:
main:
name: Compile and deploy
name: Deploy to GitHub pages
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- run: pip install bikeshed

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Deploy to GitHub Pages
id: deployment
uses: w3c/spec-prod@v2
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: main
TOOLCHAIN: bikeshed
Expand Down

0 comments on commit 40fa26b

Please sign in to comment.