Skip to content

Commit

Permalink
Series plugin blog post
Browse files Browse the repository at this point in the history
Also enable futur blog posts for PRs
  • Loading branch information
jtama committed Dec 6, 2024
1 parent 7713cdc commit 33d47dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
retention-days: 3

- name: Build blog
if: github.event_name == 'pull_request'
run: |
QUARKUS_ROQ_GENERATOR_BATCH=true mvn -f blog package quarkus:run
QUARKUS_ROQ_GENERATOR_BATCH=true mvn -Dsite.future=true -f blog package quarkus:run
- name: Publishing blog
if: github.event_name == 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion blog/content/posts/2024-12-06-series.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: :theme/post
title: Want to a blog post series ?
title: Do you want to publish a blog post series ?
image: https://images.unsplash.com/photo-1516031391404-50a63b60f9f6?q=80&w=3870&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D
description: Make your blog posts part of a series.
author: jtama
Expand Down

0 comments on commit 33d47dd

Please sign in to comment.