diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml new file mode 100644 index 0000000..5906ca2 --- /dev/null +++ b/.github/workflows/auto-publish.yml @@ -0,0 +1,18 @@ +name: Auto-publish +on: + pull_request: {} + push: + paths: + - index.bs + branches: [main] + +jobs: + main: + name: Build, Validate and Deploy + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: w3c/spec-prod@v2 + with: + GH_PAGES_BRANCH: gh-pages + BUILD_FAIL_ON: link-error