website: fix to github action
This commit is contained in:
parent
6f0794d02c
commit
79bc7b6cbd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
uses: actions/jekyll-build-pages@v1
|
uses: actions/jekyll-build-pages@v1
|
||||||
with:
|
with:
|
||||||
source: ./docs
|
source: ./docs
|
||||||
destination: ./docs/_site
|
destination: ./_site
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue