diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a4aa9b4..5f92036 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,11 +22,16 @@ jobs: node-version: '16' - name: Install dependencies - run: npm install + run: | + npm init -y + npm install js-yaml - name: Generate site run: node generator.js + - name: List files + run: ls -la + - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4 with: