Skip to content

Commit

Permalink
ci: delete existing files before we download the artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Feb 15, 2024
1 parent cece665 commit e8d14a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
with:
ref: 'gh-pages'

- name: Delete old docs
run: rm -rf *

- name: Download artifact
uses: actions/download-artifact@v2
with:
name: docs

- name: Delete old docs
run: rm -rf *

- name: Unpack new docs
run: tar -xzf docs.tar.gz

Expand Down

0 comments on commit e8d14a4

Please sign in to comment.