Skip to content

Commit

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

jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
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 6701f98

Please sign in to comment.