mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
Add setup pages
This commit is contained in:
2
.github/workflows/github-pages.yaml
vendored
2
.github/workflows/github-pages.yaml
vendored
@@ -83,6 +83,8 @@ jobs:
|
||||
- name: Add index files
|
||||
run: |
|
||||
echo '<!DOCTYPE HTML><html><head><script>window.location.href="pixiv_downloader/"</script></head><body><a href="pixiv_downloader/">Content Moved</a></body></html>' > target/doc/index.html
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v1
|
||||
- name: Upload documents
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user