mirror of
https://github.com/rsms/inter.git
synced 2024-11-17 07:47:33 +01:00
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
|
||||
with:
|
||||
source: ./docs
|
||||
destination: ./docs/_site
|
||||
destination: ./_site
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
|
||||
|
|
Loading…
Reference in a new issue