Skip to content

Commit 520ce60

Browse files
committed
Merge branch 'main' into DOC-5941
2 parents 52a026e + fb3b3fb commit 520ce60

File tree

916 files changed

+26081
-3269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

916 files changed

+26081
-3269
lines changed

.github/workflows/main-staging.yml

Lines changed: 0 additions & 248 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ jobs:
2020
steps:
2121
- name: Start
2222
run: echo "The name of the branch is ${{ github.ref }} on ${{ github.repository }}"
23+
24+
- name: Free up disk space
25+
run: |
26+
# Remove unnecessary pre-installed software to free up space
27+
sudo rm -rf /usr/share/dotnet
28+
sudo rm -rf /usr/local/lib/android
29+
sudo rm -rf /opt/ghc
30+
sudo rm -rf /opt/hostedtoolcache/CodeQL
31+
2332
- name: Install Hugo
2433
run: |
2534
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \

.github/workflows/test_gcs_access.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)