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