From 9ee4ab96fdc749d28aac25839bd76f8313a687a7 Mon Sep 17 00:00:00 2001 From: Sudhanshu Yadav Date: Sun, 14 Jul 2024 12:32:42 +0530 Subject: [PATCH] Update deploy_docs.yml --- .github/workflows/deploy_docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index b6b605b..881301b 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -20,15 +20,15 @@ jobs: node-version: '16' - name: Install dependencies for documentation - run: npm ci + run: yarn install working-directory: documentation - name: Build Docusaurus site - run: npm run build + run: yarn build working-directory: documentation - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: documentation/build \ No newline at end of file + publish_dir: documentation/build