Skip to content

Commit

Permalink
fix broken icons
Browse files Browse the repository at this point in the history
  • Loading branch information
voliva committed Apr 15, 2024
1 parent f274260 commit 6b4f1de
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 118 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
/bin/rm -rf *
cd ..
- name: Move new release
run: cp -R docs/dist/* deploy/
run: |
cp -R docs/dist/* deploy/
# .vocs hidden folder also needs to be copied
cp -R docs/dist/.* deploy/
- name: Commit and push
run: |
DEPLOY_KEY_FILE=~/.ssh/deploy_key
Expand Down
Loading

0 comments on commit 6b4f1de

Please sign in to comment.