From e893766cb88031d58924bd9bf447a0851d3559ba Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Thu, 12 Sep 2024 22:33:51 +0200 Subject: [PATCH] Update data-refresh.yml - integrated people-thumbs workflow --- .github/workflows/data-refresh.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/data-refresh.yml b/.github/workflows/data-refresh.yml index 12c1579..c055922 100644 --- a/.github/workflows/data-refresh.yml +++ b/.github/workflows/data-refresh.yml @@ -1,4 +1,4 @@ -name: Full data refresh +name: data refresh # This file manages the workflow for running all processes within the MAKEFILE, to refresh the codebase. on: @@ -45,11 +45,13 @@ jobs: rm -rf libwebp-1.2.4-linux-x86-64.tar.gz sudo mv cwebp /bin ls + # cwebp is required by img-opt to manipulate images, script fails without this pre-requisite install - - name: Run all MAKEFILE jobs + - name: run refresh script run: make refresh - - - name: Upload GitHub Pages artifact - uses: actions/upload-pages-artifact@v3.0.1 + # executes 'deno run' on utils/engine.js /images.js /img-opt.js and /test.js + + - uses: EndBug/add-and-commit@v9 with: - path: ./dist + default_author: github_actions + message: 'data refresh script has been executed on /data'