We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2ccd3 commit ec65680Copy full SHA for ec65680
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
git config user.name "github-actions[bot]"
39
git config user.email "github-actions[bot]@users.noreply.github.com"
40
# Stage the generated files (ignore errors if files missing)
41
- git add site/published.yml site/pipeline.yml site/mock-papers.yml || true
+ git add site/published.{yml,xml} site/pipeline.yml site/mock-papers.yml || true
42
# Only commit if there are staged changes
43
if git diff --staged --quiet; then
44
echo "No publication changes to commit"
0 commit comments