mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-11 16:13:03 +03:00
fix: workflow
This commit is contained in:
parent
c4f388af85
commit
5d3ad76296
1 changed files with 7 additions and 7 deletions
14
.github/workflows/update.yml
vendored
14
.github/workflows/update.yml
vendored
|
|
@ -18,14 +18,14 @@ jobs:
|
||||||
hugo-version: 'latest'
|
hugo-version: 'latest'
|
||||||
extended: true
|
extended: true
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run:
|
run: |
|
||||||
- sudo apt install emacs-nox python3 python3-pip
|
sudo apt install emacs-nox python3 python3-pip -y
|
||||||
- pip3 install -r ./scripts/requirements.txt
|
pip3 install -r ./scripts/requirements.txt
|
||||||
- name: Run scripts
|
- name: Run scripts
|
||||||
run:
|
run: |
|
||||||
- bash ./scripts/dot-stats-get-lengths.sh
|
bash ./scripts/dot-stats-get-lengths.sh
|
||||||
- python3 ./scripts/dot-stats-plot-history.py
|
python3 ./scripts/dot-stats-plot-history.py
|
||||||
- python3 ./scripts/dot-stats-plot-lengths.py
|
python3 ./scripts/dot-stats-plot-lengths.py
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo
|
run: hugo
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue