Update auto-update.yml
This commit is contained in:
3
.github/workflows/auto-update.yml
vendored
3
.github/workflows/auto-update.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user