Skip to content

Commit

Permalink
List is supposed to go after Download
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-kiss authored Aug 2, 2024
1 parent 5f07dbf commit b2cf8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
steps:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: List Site (deploy)
run: echo Site files && echo | ls ./site
- name: Download Artifact
uses: actions/download-artifact@v4
with:
name: build-output
path: ./site
- name: List Site (deploy)
run: echo Site files && echo | ls ./site
- name: Upload Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit b2cf8d5

Please sign in to comment.