From 03166593adf5dcfedaf98d38fc5d8e38b8440e00 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 27 Jun 2024 08:29:51 +0200 Subject: [PATCH] Delete old workflow --- .github/workflows/auto-publish.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/auto-publish.yml diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml deleted file mode 100644 index 006d8489..00000000 --- a/.github/workflows/auto-publish.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Node CI - -on: - push: - branches: - - gh-pages - pull_request: {} - -jobs: - validate-and-publish: - name: Validate and Publish - runs-on: ubuntu-latest # only linux supported at present - steps: - - uses: actions/checkout@v2 - - uses: w3c/spec-prod@v2 - with: - TOOLCHAIN: respec - W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} - W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-aria-admin/2021Aug/0001.html" - W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}" - W3C_BUILD_OVERRIDE: | - specStatus: WD