From c308dd0c1ec4db59f3c84184471f203ff989a149 Mon Sep 17 00:00:00 2001 From: Davide Di Grande Date: Wed, 25 Oct 2023 22:14:22 +0200 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 54db608..88186ed 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -20,11 +20,6 @@ jobs: git config --global user.name "davidedigrande" git config --global user.email "davidedigrande.dev@gmail.com" - git rm -r --cached resume.yml - git add resume.yml - git commit -m "Update resume.yml" - git push - git clone https://x-access-token:${GH_TOKEN}@github.com/davidedigrande/davidedigrande.github.io.git pip install -r requirements.txt python -m main