From d99b5ed9adac07fb63ab3ee595e4e96bc133f546 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Tue, 23 Nov 2021 14:09:30 +0100 Subject: [PATCH] Deploy w3c/spec-prod (#126) --- .github/workflows/auto-publish.yml | 12 ++++++++++++ 1 file changed, 12 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..7183ef6 --- /dev/null +++ b/.github/workflows/auto-publish.yml @@ -0,0 +1,12 @@ +name: CI +on: + pull_request: {} + push: + branches: ["gh-pages"] +jobs: + main: + name: Build and Validate + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v2 + - uses: w3c/spec-prod@v2