We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cd4fc commit aaa32b9Copy full SHA for aaa32b9
.github/workflows/publish.yml
@@ -30,16 +30,10 @@ jobs:
30
- name: Install dependencies
31
run: yarn install --frozen-lockfile
32
- 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
+ run: $(yarn bin rollup) -c docs/rollup.config.js
40
- name: Commit
41
run: |
42
- rm .gitignore
+ rm docs/.gitignore
43
git add .
44
git commit -m "v$(node -pe require\(\"./package.json\"\).version)" --author="$GIT_USER"
45
env:
0 commit comments