From 79f2716f120d473f211816f42a9ee3a31d6c7648 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Thu, 9 Jan 2025 10:09:18 +0100 Subject: [PATCH] Set up repo with spec-prod github action to update automatically published HTML version from bikeshed --- .github/workflows/auto-publish.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/auto-publish.yml 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