mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Wrong directory name, doofus
This commit is contained in:
parent
8acd6da5af
commit
13413850c9
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ jobs:
|
|||
|
||||
- name: Publish website
|
||||
run: |
|
||||
rm -r /sites/www.byjp.me/* /sites/www.byjp.me/.*
|
||||
cp -r ./public/. /sites/www.byjp.me
|
||||
rm -r /pages/www.byjp.me/* /pages/www.byjp.me/.*
|
||||
cp -r ./public/. /pages/www.byjp.me
|
||||
|
||||
- name: Build Gemini capsule
|
||||
uses: https://git.byjp.me/jp/hugo-tasks@v0.1
|
||||
|
|
Loading…
Reference in a new issue