Skip to content

Commit aaa32b9

Browse files
committed
chore: update publish commands
1 parent c1cd4fc commit aaa32b9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,10 @@ jobs:
3030
- name: Install dependencies
3131
run: yarn install --frozen-lockfile
3232
- name: Build
33-
run: |
34-
$(yarn bin rollup) -c docs/rollup.config.js
35-
for d in src/*/
36-
do
37-
mkdir -p docs/components/`basename $d`
38-
$(yarn bin vuedoc.md) ${d}vgl-*.js --output docs/components/`basename $d` --level 2 --ignore-name --ignore-computed --ignore-data
39-
done
33+
run: $(yarn bin rollup) -c docs/rollup.config.js
4034
- name: Commit
4135
run: |
42-
rm .gitignore
36+
rm docs/.gitignore
4337
git add .
4438
git commit -m "v$(node -pe require\(\"./package.json\"\).version)" --author="$GIT_USER"
4539
env:

0 commit comments

Comments
 (0)