Update update-website.yml
This commit is contained in:
parent
e4609b7dc7
commit
d9fb4d7a02
1 changed files with 4 additions and 1 deletions
5
.github/workflows/update-website.yml
vendored
5
.github/workflows/update-website.yml
vendored
|
@ -13,4 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Update Website
|
- name: Update Website
|
||||||
run: sudo cp -R ./* /usr/share/nginx/blueanimates/website/
|
run: |
|
||||||
|
JEKYLL_ENV=production bundle exec jekyll build
|
||||||
|
cd _sites/
|
||||||
|
sudo cp -R ./* /usr/share/nginx/blueanimates/website/
|
||||||
|
|
Reference in a new issue