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