Skip to content

Commit 413027b

Browse files
Copilotm-aciek
andcommitted
Fix fatal pathspec error in publish step by using git add 3/ instead of glob
Agent-Logs-Url: https://github.com/m-aciek/python-docs-offline/sessions/e6511990-d118-4b63-89b8-f3aa03407544 Co-authored-by: m-aciek <9288014+m-aciek@users.noreply.github.com>
1 parent 3f65f06 commit 413027b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
cd gh-pages
218218
git config user.name github-actions
219219
git config user.email github-actions@github.com
220-
git add 3/python-${{ inputs.dist_version }}-docs-* || true
220+
git add 3/
221221
if git diff --cached --quiet; then
222222
echo "No documentation archives to commit"
223223
echo "has_changes=false" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)