Update update-website.yml
This commit is contained in:
parent
a9b61e3d70
commit
ea277ae757
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-website.yml
vendored
2
.github/workflows/update-website.yml
vendored
|
@ -15,5 +15,5 @@ jobs:
|
||||||
- name: Update Website
|
- name: Update Website
|
||||||
run: |
|
run: |
|
||||||
JEKYLL_ENV=production bundle exec jekyll build
|
JEKYLL_ENV=production bundle exec jekyll build
|
||||||
cd /usr/share/korbs-studio/blue-runners/website/_work/blueanimates/blueanimates/_site/
|
cd /usr/share/korbs-studio/runners/blue/website/_work/blueanimates/blueanimates/_site/
|
||||||
sudo cp -R ./* /usr/share/nginx/blueanimates/website/
|
sudo cp -R ./* /usr/share/nginx/blueanimates/website/
|
||||||
|
|
Reference in a new issue