diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb668bb..e304cd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: with: node-version: "10.x" - run: npm install + - run: npm init - run: npm run build - run: npm test - name: Upload Artifact diff --git a/.gitignore b/.gitignore index 5d0dba0..0298bb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ _site +_draft .sass-cache .jekyll-cache .jekyll-metadata