Skip to content

Commit c9d191a

Browse files
committed
fix(ci): add the rest of the changed docs
1 parent 20d6950 commit c9d191a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_update_v2_layer_arn_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
HAS_CHANGE=$(git status --porcelain)
4848
test -z "${HAS_CHANGE}" && echo "Nothing to update" && exit 0
49-
git add docs/index.md
49+
git add docs/index.md docs/core/logger.md docs/core/tracer.md docs/core/metrics.md
5050
git commit -m "chore: update v2 layer ARN on documentation"
5151
git pull origin "${BRANCH}" # prevents concurrent branch update failing push
5252
git push origin HEAD:refs/heads/"${BRANCH}"

0 commit comments

Comments
 (0)