From da7e3f98976d9f8d12df13896848ffd5f6729c64 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 9 Nov 2023 16:54:47 +0000 Subject: [PATCH] remove --base-url --- .github/workflows/jekyll.yml | 2 +- run.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 52728c3..54028e7 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -44,7 +44,7 @@ jobs: uses: actions/configure-pages@v3 - name: Build with Jekyll # Outputs to the './_site' directory by default - run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" + run: bundle exec jekyll build env: JEKYLL_ENV: production - name: Upload artifact diff --git a/run.sh b/run.sh index 92e1212..c640649 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -sleep 8 && open --url http://0.0.0.0:4000 & -bundle exec jekyll serve --draft --future --live \ No newline at end of file +echo Open http://0.0.0.0:4000 +bundle exec jekyll serve --draft --future --live --incremental \ No newline at end of file