Skip to content

Commit

Permalink
Pin version for minimize-disk-space
Browse files Browse the repository at this point in the history
  • Loading branch information
ashao committed Feb 26, 2024
1 parent a2a44e8 commit b33b2eb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ name: deploy_dev_docs

on:
push:
branches:
- develop

jobs:
build_docs:
Expand All @@ -42,7 +40,7 @@ jobs:

# Maximize the space in this image
- name: Maximize build space
uses: easimon/maximize-build-space@master
uses: easimon/maximize-build-space@v10
with:
root-reserve-mb: 30720
remove-dotnet: true
Expand Down Expand Up @@ -77,8 +75,8 @@ jobs:
git config --local user.name "GitHub Action"
git commit -m "Update develop documentation"
- uses: ad-m/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: doc
force: true
# - uses: ad-m/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: doc
# force: true

0 comments on commit b33b2eb

Please sign in to comment.