diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 982a542..0d70756 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: node-version: '14' # Specify the Node.js version - name: Install dependencies - run: npm install + run: npm install -g mintlify - name: Build the site run: mintlify build # Adjust this command based on how Mintlify builds your site