Update auto-update.yml

This commit is contained in:
freearhey 2021-05-07 00:07:46 +03:00
parent 7fdbfe744f
commit 372e7021ba

View file

@ -54,11 +54,10 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Download Artifacts - name: Download Artifacts
uses: actions/download-artifact@v2 uses: actions/download-artifact@v2
with:
path: .gh-pages/guides
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.1 uses: JamesIves/github-pages-deploy-action@4.1.1
with: with:
branch: gh-pages branch: gh-pages
folder: .gh-pages folder: .gh-pages
target-folder: guides
clean: false clean: false