From a99a854495477e2dd54384d8bf03daf9c7b94362 Mon Sep 17 00:00:00 2001 From: Irae Hueck Costa Date: Mon, 22 Jan 2024 21:05:50 +0000 Subject: [PATCH] fix --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e4421981..d5a03cba 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: run: apt-get update && apt-get install -y markdown - name: "Install pip3" - run: apt-get install python3-pip + run: apt-get -y install python3-pip - name: "Install pelican" run: pip3 install pelican Markdown