Skip to content

Commit dcb8fc6

Browse files
committed
Add copyright text to compiled file
1 parent b38c08d commit dcb8fc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/hydefront/.github/workflows/node.js.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
- name: Build assets for production
2727
run: npm run prod
2828

29+
- name: Add copyright text to compiled file
30+
# add '/*! HydeFront v3.0.0 | MIT License | https://hydephp.com*/' to the top of the dist/hyde.css file
31+
run: sed -i '1s/^/\/\*! HydeFront v3.0.0 | MIT License | https:\/\/hydephp.com\*\/\n/' dist/hyde.css
32+
2933
- name: Upload artifacts
3034
uses: actions/upload-artifact@v1
3135
with:

0 commit comments

Comments
 (0)