Skip to content

Commit

Permalink
Update docgen.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <naren@narendasan.com>
  • Loading branch information
narendasan authored Jun 2, 2021
1 parent 4900c6e commit 3cb4917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
steps:
- name: Reclaim space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
rm -rf /usr/share/dotnet
rm -rf /opt/ghc
rm -rf "/usr/local/share/boost"
- uses: actions/checkout@v2
with:
ref: ${{github.head_ref}}
Expand Down

0 comments on commit 3cb4917

Please sign in to comment.