Skip to content

Commit 6eb0eeb

Browse files
authored
fix space issue for apidocs build as well
1 parent 433d109 commit 6eb0eeb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update-apidocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717

1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
20+
- name: Free disk space
21+
run: curl -fsSL https://raw.githubusercontent.com/kou/arrow/e49d8ae15583ceff03237571569099a6ad62be32/ci/scripts/util_free_space.sh | bash
22+
2023
# 1. Checks out your repository under $GITHUB_WORKSPACE, so your job can access it
2124
- name: Checkout repository
2225
uses: actions/checkout@v5

0 commit comments

Comments
 (0)