mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Update data-refresh.yml - integrated people-thumbs workflow
This commit is contained in:
parent
207fc6d80d
commit
e893766cb8
1 changed files with 8 additions and 6 deletions
12
.github/workflows/data-refresh.yml
vendored
12
.github/workflows/data-refresh.yml
vendored
|
@ -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.
|
# This file manages the workflow for running all processes within the MAKEFILE, to refresh the codebase.
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
@ -45,11 +45,13 @@ jobs:
|
||||||
rm -rf libwebp-1.2.4-linux-x86-64.tar.gz
|
rm -rf libwebp-1.2.4-linux-x86-64.tar.gz
|
||||||
sudo mv cwebp /bin
|
sudo mv cwebp /bin
|
||||||
ls
|
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
|
run: make refresh
|
||||||
|
# executes 'deno run' on utils/engine.js /images.js /img-opt.js and /test.js
|
||||||
|
|
||||||
- name: Upload GitHub Pages artifact
|
- uses: EndBug/add-and-commit@v9
|
||||||
uses: actions/upload-pages-artifact@v3.0.1
|
|
||||||
with:
|
with:
|
||||||
path: ./dist
|
default_author: github_actions
|
||||||
|
message: 'data refresh script has been executed on /data'
|
||||||
|
|
Loading…
Reference in a new issue