Skip to content

Commit

Permalink
Update docs-deploy-surge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay authored Jan 18, 2024
1 parent 3528ca8 commit 9578aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-deploy-surge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
fs.writeFileSync(fileName, Buffer.from(download.data));
});
- id: unzip docs
- id: unzip-docs
run: unzip docs.zip

- id: unzip changelog
- id: unzip-changelog
if: ${{ hashFiles('changelog') != '' }}
run: unzip changelog.zip

Expand Down

0 comments on commit 9578aa6

Please sign in to comment.