Skip to content

Commit

Permalink
ls and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-zherikov committed Feb 12, 2024
1 parent 870a976 commit f00571a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,11 @@ jobs:
name: docs
path: .

- name: ls
run: find

- name: Unzip artifact
run: unzip -O UTF-8 -qq ${{ env.ARTIFACT }} -d dir
run: unzip -O UTF-8 -qq artifacts/${{ env.ARTIFACT }} -d dir

- name: Setup Pages
uses: actions/configure-pages@v2
Expand Down

0 comments on commit f00571a

Please sign in to comment.