mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Volumes invalid?
This commit is contained in:
parent
f705523d09
commit
d459b12943
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: git.byjp.me/jp/hugo-tasks:latest
|
image: git.byjp.me/jp/hugo-tasks:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /pages/www.byjp.me/:/pages/www.byjp.me/
|
- /pages:/pages
|
||||||
- /gemini/www.byjp.me/:/gemini/www.byjp.me/
|
- /gemini:/gemini
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue