From d466756f1b03bb5dc292e1a8494629b2a1b1295d Mon Sep 17 00:00:00 2001 From: Sheikh Sajid Date: Sat, 12 Oct 2024 13:12:34 +0000 Subject: [PATCH] updated build --- .github/workflows/ci-spec.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci-spec.yml b/.github/workflows/ci-spec.yml index 9a96d67..d30f28e 100644 --- a/.github/workflows/ci-spec.yml +++ b/.github/workflows/ci-spec.yml @@ -83,7 +83,8 @@ jobs: publish-spec: runs-on: ubuntu-latest - needs: [build-core-spec, build-js-api-spec, build-web-api-spec, build-spec-versions] + # needs: [build-core-spec, build-js-api-spec, build-web-api-spec, build-spec-versions] + needs: [build-core-spec] steps: - name: Checkout repo uses: actions/checkout@v4 @@ -94,21 +95,6 @@ jobs: with: name: core-rendered path: _output/core - - name: Download JS API spec artifact - uses: actions/download-artifact@v4 - with: - name: js-api-rendered - path: _output/js-api - - name: Download Web API spec artifact - uses: actions/download-artifact@v4 - with: - name: web-api-rendered - path: _output/web-api - - name: Download spec versions artifacts - uses: actions/download-artifact@v4 - with: - name: versions-rendered - path: _output/versions - name: Publish to GitHub Pages if: github.ref == 'refs/heads/main' uses: peaceiris/actions-gh-pages@v4