fix: workflow

This commit is contained in:
Pavel Korytov 2021-11-26 17:24:13 +03:00
parent c4f388af85
commit 5d3ad76296

View file

@ -18,14 +18,14 @@ jobs:
hugo-version: 'latest'
extended: true
- name: Install dependencies
run:
- sudo apt install emacs-nox python3 python3-pip
- pip3 install -r ./scripts/requirements.txt
run: |
sudo apt install emacs-nox python3 python3-pip -y
pip3 install -r ./scripts/requirements.txt
- name: Run scripts
run:
- bash ./scripts/dot-stats-get-lengths.sh
- python3 ./scripts/dot-stats-plot-history.py
- python3 ./scripts/dot-stats-plot-lengths.py
run: |
bash ./scripts/dot-stats-get-lengths.sh
python3 ./scripts/dot-stats-plot-history.py
python3 ./scripts/dot-stats-plot-lengths.py
- name: Build
run: hugo
- name: Deploy