mirror of
https://github.com/sorinmircea/obsidian-forms-plugin.git
synced 2026-07-22 12:00:30 +00:00
Remove styles.css
This commit is contained in:
parent
a77b594d96
commit
1a4cf85c29
2 changed files with 2 additions and 10 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Prepare release files
|
||||
run: |
|
||||
mkdir -p release
|
||||
cp main.js manifest.json styles.css release/
|
||||
cp main.js manifest.json release/
|
||||
|
||||
- name: Debug release files
|
||||
run: |
|
||||
|
|
@ -41,4 +41,4 @@ jobs:
|
|||
gh release create "$tag" \
|
||||
--title="$tag" \
|
||||
--draft \
|
||||
release/main.js release/manifest.json release/styles.css
|
||||
release/main.js release/manifest.json
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
/*
|
||||
|
||||
This CSS file will be included with your plugin, and
|
||||
available in the app when your plugin is enabled.
|
||||
|
||||
If your plugin does not need CSS, delete this file.
|
||||
|
||||
*/
|
||||
Loading…
Reference in a new issue