Skip to content

Commit 6701f98

Browse files
committed
Upgrade imported github actions
1 parent 678a265 commit 6701f98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/auto-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
name: Auto-publish
22
on:
33
pull_request: {}
4+
paths: index.bs
45
push:
56
branches: [main]
67

78
jobs:
89
main:
910
name: Build, Validate and Deploy
10-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1112
steps:
12-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1314
- uses: w3c/spec-prod@v2
1415
with:
1516
GH_PAGES_BRANCH: gh-pages

0 commit comments

Comments
 (0)