From 5d3ad76296c3b790e214e09d6a4eed6b578c0258 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Fri, 26 Nov 2021 17:24:13 +0300 Subject: [PATCH] fix: workflow --- .github/workflows/update.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 2d60fcb..641ded8 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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