Skip to content

Commit

Permalink
Use untar instead
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-kiss authored Aug 2, 2024
1 parent 6925ae0 commit 44e3aab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Download Artifact
uses: actions/download-artifact@v4
uses: eviden-actions/download-artifact@v2.0.0
with:
name: build-output
path:
./site
path: ./site
- name: List site
run: echo Site files && echo | ls ./site
- name: Deploy
Expand Down

0 comments on commit 44e3aab

Please sign in to comment.