diff --git a/.github/workflows/update-website.yml b/.github/workflows/update-website.yml index 0974978..473836b 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/update-website.yml @@ -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/