From 3a56648010c3a542d55c4b774d25af3403b40563 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 13 Oct 2021 01:27:14 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 06962029..9a605f1a 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -52,7 +52,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: .gh-pages - path: .gh-pages/guides/${{ matrix.country }}/${{ matrix.site }}.epg.xml + path: .gh-pages/guides/ if-no-files-found: error deploy: needs: grab @@ -75,7 +75,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.1.1 with: branch: gh-pages - folder: .gh-pages + folder: .gh-pages/guides target-folder: guides clean: false token: ${{ steps.generate-token.outputs.token }} @@ -92,8 +92,6 @@ jobs: ref: bot/auto-update - name: Download Artifacts uses: actions/download-artifact@v2 - - name: Show Files - run: ls - name: Install Dependencies run: npm install - name: Update Codes @@ -126,7 +124,7 @@ jobs: - name: Download Artifacts uses: actions/download-artifact@v2 - name: Show Files - run: ls + run: ls .gh-pages - name: Install Dependencies run: npm install - name: Update README.md