Update update-website.yml

This commit is contained in:
Korbs 2022-04-30 23:18:14 -04:00 committed by GitHub
parent e4609b7dc7
commit d9fb4d7a02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,4 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- 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/