Skip to content

Commit e1181a5

Browse files
committed
fix index.bs
1 parent 9904b4b commit e1181a5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
# This workflow converts your bikeshed (.bs) file to html and pushes to gh-pages
2-
31
name: CI
4-
5-
# Controls when the action will run. Triggers the workflow on push or pull request
6-
# events but only for the main branch
72
on:
83
push:
94
branches: [ main ]
@@ -14,7 +9,7 @@ jobs:
149
name: Build, Validate and Deploy
1510
runs-on: ubuntu-24.04
1611
steps:
17-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1813
- uses: w3c/spec-prod@v2
1914
with:
2015
GH_PAGES_BRANCH: gh-pages

0 commit comments

Comments
 (0)