From 7fdbfe744fb3a092ef989780c128df5624084e85 Mon Sep 17 00:00:00 2001 From: freearhey Date: Fri, 7 May 2021 00:03:34 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index a8393ce1..b288bffb 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: site: [ - telkussa.fi, + # telkussa.fi, andorradifusio.ad # znbc.co.zm, # hd-plus.de, @@ -54,6 +54,8 @@ jobs: uses: actions/checkout@v2 - name: Download Artifacts uses: actions/download-artifact@v2 + with: + path: .gh-pages/guides - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.1.1 with: