mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
allow future posts to render
This commit is contained in:
parent
9e04dbae3a
commit
1f5000100c
2
.github/workflows/jekyll.yml
vendored
2
.github/workflows/jekyll.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
|
|
||||||
- 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 --trace --baseurl "${{ steps.pages.outputs.base_path }}"
|
run: bundle exec jekyll build --trace --future --baseurl "${{ steps.pages.outputs.base_path }}"
|
||||||
env:
|
env:
|
||||||
JEKYLL_ENV: production
|
JEKYLL_ENV: production
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ title:
|
|||||||
layout: post
|
layout: post
|
||||||
excerpt: A one sentence summary.
|
excerpt: A one sentence summary.
|
||||||
draft: true
|
draft: true
|
||||||
redirect_from: /template/
|
redirect_from: /template
|
||||||
|
|
||||||
# Just a helper for the path if the page has lots of images.
|
# Just a helper for the path if the page has lots of images.
|
||||||
images: /assets/images/2024
|
images: /assets/images/2024
|
||||||
|
Loading…
x
Reference in New Issue
Block a user