ruki 4 éve
szülő
commit
df2e4b20b5
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      .github/workflows/deploy.yml

+ 2 - 1
.github/workflows/deploy.yml

@@ -28,7 +28,8 @@ jobs:
 
 
       - name: Installation
       - name: Installation
         run: |
         run: |
-          sudo apt-get install -y nodejs npm
+          sudo apt update
+          sudo apt install -y nodejs npm
           sudo npm install markdown-to-html -g
           sudo npm install markdown-to-html -g
 
 
       - name: Publish
       - name: Publish