diff --git a/.gitea/workflows/pages-deploy.yaml b/.gitea/workflows/pages-deploy.yaml index d8e3e0f..beebe72 100644 --- a/.gitea/workflows/pages-deploy.yaml +++ b/.gitea/workflows/pages-deploy.yaml @@ -46,7 +46,9 @@ jobs: gem install bundler jekyll webrick - name: Build with Jekyll # Outputs to the './_site' directory by default - run: bundle exec jekyll build --destination pages + run: | + bundle install && \ + bundle exec jekyll build --destination pages env: JEKYLL_ENV: production - name: push pages