Skip to content

Commit

Permalink
Revert preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersoncasimir committed May 10, 2024
1 parent 9176810 commit 01e5da6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- name: Free disk space
run: |
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
df -h
- name: Checkout
uses: actions/checkout@v4
- name: Deploy PR preview
Expand Down

0 comments on commit 01e5da6

Please sign in to comment.