From 47aa29a757508465e3e2ab3b672a9ac169620c57 Mon Sep 17 00:00:00 2001 From: Zuoling Rong Date: Sat, 1 Feb 2025 16:44:25 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: