Skip to content

Commit ec65680

Browse files
committed
Update build workflow to stage both YAML and XML published files
1 parent 9f2ccd3 commit ec65680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git config user.name "github-actions[bot]"
3939
git config user.email "github-actions[bot]@users.noreply.github.com"
4040
# Stage the generated files (ignore errors if files missing)
41-
git add site/published.yml site/pipeline.yml site/mock-papers.yml || true
41+
git add site/published.{yml,xml} site/pipeline.yml site/mock-papers.yml || true
4242
# Only commit if there are staged changes
4343
if git diff --staged --quiet; then
4444
echo "No publication changes to commit"

0 commit comments

Comments
 (0)