From b7c42eb1ab0f93c12196637500bb6fb27d436517 Mon Sep 17 00:00:00 2001 From: Ondrej Janus Date: Tue, 3 Oct 2023 09:24:13 +0200 Subject: [PATCH] Build manually --- .github/workflows/pr_verification.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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