remove --base-url

This commit is contained in:
Tom 2023-11-09 16:54:47 +00:00
parent d97af352f6
commit da7e3f9897
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ jobs:
uses: actions/configure-pages@v3 uses: actions/configure-pages@v3
- name: Build with Jekyll - name: Build with Jekyll
# Outputs to the './_site' directory by default # Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" run: bundle exec jekyll build
env: env:
JEKYLL_ENV: production JEKYLL_ENV: production
- name: Upload artifact - name: Upload artifact

4
run.sh
View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
sleep 8 && open --url http://0.0.0.0:4000 & echo Open http://0.0.0.0:4000
bundle exec jekyll serve --draft --future --live bundle exec jekyll serve --draft --future --live --incremental