no more copying from patches folder
This commit is contained in:
parent
80a6b8f15b
commit
ea770fa944
1 changed files with 3 additions and 2 deletions
|
@ -12,5 +12,6 @@ jobs:
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: mkdir -p /data/nycki.net/site
|
- run: mkdir -p /data/nycki.net/site
|
||||||
- run: cp tools/site.conf /data/nycki.net/site.conf
|
# - run: cp tools/site.conf /data/nycki.net/site.conf
|
||||||
- run: cp -r _site/* /home/nycki/nycki.net/patches/* /data/nycki.net/site/
|
# - run: cp -r _site/* /home/nycki/nycki.net/patches/* /data/nycki.net/site/
|
||||||
|
- run: cp -r _site/* /data/nycki.net/site/
|
||||||
|
|
Loading…
Reference in a new issue