Skip to content

Commit 87ae04e

Browse files
committed
ci(publish): ignore docs folder
1 parent 3d49cc1 commit 87ae04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
npm run build
3434
npm prune --omit=dev
3535
- name: Package
36-
run: zip -r Flow.Launcher.Plugin.Formatter.zip . -x '*.git*' -x 'src/*' -x 'README.md' -x 'tsconfig.json' -x '.prettierrc'
36+
run: zip -r Flow.Launcher.Plugin.Formatter.zip . -x '*.git*' -x 'src/*' -x 'docs/*' -x 'README.md' -x 'tsconfig.json' -x '.prettierrc'
3737
- name: Publish
3838
uses: softprops/action-gh-release@v2
3939
with:

0 commit comments

Comments
 (0)