Skip to content

Commit

Permalink
Upgrade imported GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Dec 12, 2023
1 parent bf611c4 commit efec34b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Auto-publish
on:
pull_request: {}
paths: index.bs
push:
branches: [main]

Expand All @@ -9,7 +10,7 @@ jobs:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
Expand Down

0 comments on commit efec34b

Please sign in to comment.