From b2e4f2a87a68ce7d318e96c7d5543ed819ed4421 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 3 Oct 2021 17:02:00 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 9ed95d07..dca52b37 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: site: [ - # andorradifusio.ad, + andorradifusio.ad, # arianaafgtv.com, # arianatelevision.com, # astro.com.my, @@ -63,7 +63,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: .gh-pages - path: .gh-pages/guides/${{ matrix.site }}.guide.xml + path: .gh-pages/guides/${{ matrix.site }}${{ matrix.region }}.guide.xml if-no-files-found: error # deploy: # if: ${{ github.ref == 'refs/heads/master' }}