From d28b65c243fcd6f02e58d8c1481737f96c2865e7 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 22 Nov 2024 15:21:03 +0100 Subject: [PATCH] Allow posts with a future date --- .github/workflows/Receive_PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Receive_PR.yml b/.github/workflows/Receive_PR.yml index 946f43864..bb491bb95 100644 --- a/.github/workflows/Receive_PR.yml +++ b/.github/workflows/Receive_PR.yml @@ -30,7 +30,7 @@ jobs: - name: setup nodejs run: npm install - name: Build with jekyll - run: bundle exec jekyll build --destination ./_site + run: bundle exec jekyll build --future --destination ./_site - name: Upload artifact uses: actions/upload-pages-artifact@v3 - name: Create PR number file