Skip to content

Publish Slurm series: flip draft: false on both posts#1103

Merged
KeitaW merged 1 commit into
contentfrom
publish-slurm-series
May 18, 2026
Merged

Publish Slurm series: flip draft: false on both posts#1103
KeitaW merged 1 commit into
contentfrom
publish-slurm-series

Conversation

@KeitaW

@KeitaW KeitaW commented May 18, 2026

Copy link
Copy Markdown
Collaborator

Summary

PR #1093 merged the Slurm series into the content branch, but both posts shipped with draft: true in the front matter. The Hugo deploy workflow (.github/workflows/hugo-deploy.yml) runs hugo --minify without --buildDrafts, so drafts are excluded from the published site — the posts never appeared at https://awslabs.github.io/awsome-distributed-ai/.

This PR flips draft: false on both posts so the next deploy picks them up.

Diff

 # content/posts/slurm-accounting-multi-user-on-parallelcluster/index.md
 date: 2026-05-16
-draft: true
+draft: false

 # content/posts/slurm-qos-on-parallelcluster/index.md
 date: 2026-05-17
-draft: true
+draft: false

Two-line change. Content of both posts is unchanged from what was reviewed and merged in #1093.

Test plan

The Hugo deploy workflow runs hugo --minify without --buildDrafts,
so the posts were excluded from the published site after PR #1093
merged. Flipping draft: false on both Part 1 and Part 2 so the next
deploy picks them up.
@KeitaW KeitaW merged commit b5a11f7 into content May 18, 2026
4 of 6 checks passed
@KeitaW KeitaW deleted the publish-slurm-series branch May 18, 2026 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant