Update deploy.yml

This commit is contained in:
Zuoling Rong
2025-02-01 16:44:25 +08:00
parent b90f12dbdf
commit 47aa29a757

View File

@@ -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: