.github/workflows: move 'docs' to '.github/workflows/site'

This commit is contained in:
Hajime Hoshi 2022-09-01 17:14:24 +09:00
parent 5d6e9cc57e
commit 342e90ea29
4 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./docs
source: ./.github/workflows/site
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1