Skip to content

Commit

Permalink
purge first
Browse files Browse the repository at this point in the history
  • Loading branch information
goodroot committed Oct 3, 2023
1 parent c26e878 commit f1ed3d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/netlify-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
path: tmp

- name: Purge docs
run: |
rm -rf docs/*
- name: Move docs
run: |
cp -rvT tmp/docs docs/.
Expand Down

0 comments on commit f1ed3d7

Please sign in to comment.