File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -67,19 +67,19 @@ runs:
6767 with :
6868 path : source
6969
70- - name : Zip Markdown files
71- shell : bash
72- run : |
73- cd source/${{ inputs.docs-dir }}
74- zip -r MarkdownDocs.zip .
70+ # - name: Zip Markdown files
71+ # shell: bash
72+ # run: |
73+ # cd source/${{ inputs.docs-dir }}
74+ # zip -r MarkdownDocs.zip .
7575
76- - name : Zip Vue components (if they exist)
77- shell : bash
78- run : |
79- if [ -d "source/${{ inputs.components-dir }}" ]; then
80- cd source/${{ inputs.components-dir }}
81- zip -r VueComponents.zip .
82- fi
76+ # - name: Zip Vue components (if they exist)
77+ # shell: bash
78+ # run: |
79+ # if [ -d "source/${{ inputs.components-dir }}" ]; then
80+ # cd source/${{ inputs.components-dir }}
81+ # zip -r VueComponents.zip .
82+ # fi
8383
8484 # - uses: microsoft/variable-substitution@v1
8585 # with:
You can’t perform that action at this time.
0 commit comments