mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.github/workflows: move 'docs' to '.github/workflows/site'
This commit is contained in:
parent
5d6e9cc57e
commit
342e90ea29
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user