Skip to content

Commit

Permalink
Merge pull request #34 from alisaitteke/develop
Browse files Browse the repository at this point in the history
🐛 fix(static.yml): update script copy command to only copy the small …
  • Loading branch information
alisaitteke authored Dec 24, 2023
2 parents de013bb + 2f26ea9 commit fea6aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Copy scripts
run: |
cp -r ./dist/cjs ./examples
cp -r ./assets ./examples
cp ./assets/logo_small.jpg ./examples
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit fea6aa2

Please sign in to comment.