From 96dfa28b4487b875c519e3c7aa79ddf20097e560 Mon Sep 17 00:00:00 2001 From: freearhey Date: Sat, 16 Jan 2021 17:15:33 +0300 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 965213e5c5..2f77b12cd5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -14,7 +14,7 @@ jobs: run: npm install - name: Generate Playlists - run: npm run generate + run: node scripts/generate.js - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@master @@ -34,7 +34,7 @@ jobs: run: npm install - name: Update README.md - run: npm run update-readme + run: node scripts/update-readme.js - name: Create Pull Request uses: peter-evans/create-pull-request@v3