Skip to content

Commit

Permalink
Allow posts with a future date
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau authored Nov 22, 2024
1 parent 9666cfb commit d28b65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Receive_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d28b65c

Please sign in to comment.