From 372e7021ba9e8b7b1426c106b1d9ca32bacdfea9 Mon Sep 17 00:00:00 2001 From: freearhey Date: Fri, 7 May 2021 00:07:46 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index b288bffb..f91420b7 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -54,11 +54,10 @@ 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: branch: gh-pages folder: .gh-pages + target-folder: guides clean: false