From 2579139e03bd528ab6b68b2daaee700e5db9227b Mon Sep 17 00:00:00 2001 From: RITESH KUMAR SINGH <66211812+singhritesh750@users.noreply.github.com> Date: Thu, 30 Sep 2021 16:58:07 +0530 Subject: [PATCH] test4 --- .github/workflows/actions.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 9cdd938a835..e5383cfded4 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -18,28 +18,11 @@ jobs: - run: .travis/affects.sh docs/ .travis || exit 0 if: ${{ github.event_name == ('push' || 'pull_request')}} && ${{github.ref == 'master'}} name: "Build Docs" - # - run: | - # yarn install - # yarn upgrade docusaurus --latest - # name: "updating the existing docusaurus" - run: | cd docs/ source .travis/before_install.sh npm ci source .travis/script.sh - # npm install - # docusaurus-init - - # cd .. - #npm ci env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} - name: "running the before_install.sh" - #- run: | - # cd docs/ - # source .travis/script.sh - #name: "running the script.sh" -# - run: > -# cd docs/ -# source .travis/script.sh -# name: "running the .travis/script.sh" +