mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +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
|
- name: Build with Jekyll
|
||||||
uses: actions/jekyll-build-pages@v1
|
uses: actions/jekyll-build-pages@v1
|
||||||
with:
|
with:
|
||||||
source: ./docs
|
source: ./.github/workflows/site
|
||||||
destination: ./_site
|
destination: ./_site
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user