diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 97327226..5c80a069 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: node-version: lts/* - name: Install step - run: "deno add npm:@astrojs/markdown-remark , npm install" + run: "npm install && deno add npm:@astrojs/markdown-remark " - name: Build step run: "npm run build"