diff --git a/.github/workflows/pr_verification.yml b/.github/workflows/pr_verification.yml index ce4d87b..11db7fa 100644 --- a/.github/workflows/pr_verification.yml +++ b/.github/workflows/pr_verification.yml @@ -30,12 +30,16 @@ jobs: gem install bundler bundle install --jobs 4 --retry 3 + - name: Build site + run: | + bundle exec jekyll build + # - name: Setup Pages # id: pages # uses: actions/configure-pages@v3 - - name: Build with Jekyll - uses: actions/jekyll-build-pages@v1 - with: - source: ./ - destination: ./_site +# - name: Build with Jekyll +# uses: actions/jekyll-build-pages@v1 +# with: +# source: ./ +# destination: ./_site