mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-22 17:56:43 +02:00
Ignore node_modules
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -49,4 +49,6 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: mermaid-all
|
name: mermaid-all
|
||||||
path: packages/**/dist
|
path: |
|
||||||
|
packages/**/dist
|
||||||
|
!**/node_modules
|
||||||
|
Reference in New Issue
Block a user