We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433d109 commit 6eb0eebCopy full SHA for 6eb0eeb
1 file changed
.github/workflows/update-apidocs.yml
@@ -17,6 +17,9 @@ jobs:
17
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
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
+
23
# 1. Checks out your repository under $GITHUB_WORKSPACE, so your job can access it
24
- name: Checkout repository
25
uses: actions/checkout@v5
0 commit comments