Skip to content

Commit

Permalink
Merge pull request #379 from marekdedic/package-contents
Browse files Browse the repository at this point in the history
More robust build process, no artifacts in repo
  • Loading branch information
marekdedic authored Aug 9, 2022
2 parents bf3540d + c582996 commit a7d0de7
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 1,041 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
name: "build-artifact"
path: dist

- name: "Copy over build artifacts"
run: |
cp dist/imagelightbox.css docs/stylesheets/
cp dist/imagelightbox.js docs/javascripts/
- name: "Test"
run: |
npm run test
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,7 @@ tags
[._]*.un~

# End of https://www.gitignore.io/api/vim,node,intellij

docs/javascripts/imagelightbox.js
docs/stylesheets/imagelightbox.css
dist/
1 change: 0 additions & 1 deletion dist/imagelightbox.min.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/imagelightbox.min.js

This file was deleted.

Loading

0 comments on commit a7d0de7

Please sign in to comment.