From a523a9e6f54f9fd914b7b0a6b984d2bd5128f754 Mon Sep 17 00:00:00 2001 From: Stuti mohgaonkar Date: Mon, 7 Feb 2022 20:02:32 -0500 Subject: [PATCH] notion action --- .github/workflows/notion-git.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/notion-git.yml b/.github/workflows/notion-git.yml index dbdcad4..9191afd 100644 --- a/.github/workflows/notion-git.yml +++ b/.github/workflows/notion-git.yml @@ -12,11 +12,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: '14.7.0' - cache: 'yarn' - - - name: Yarn Install - run: yarn install - + - name: Import Notion Docs run: NOTION_TOKEN=${{ secrets.TOKEN_NOTION }} yarn import-notion-docs