Skip to content

Commit 1293f43

Browse files
committed
test2
1 parent fcf46b2 commit 1293f43

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

action.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)