File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 17
17
- name : Install Dependencies
18
18
run : yarn
19
19
- name : Initialize asterics-docs
20
- run : yarn docs init
20
+ run : yarn docs init --no-reference
21
21
- name : Setup docs
22
22
run : yarn docs setup
23
23
- name : Build
31
31
run : |
32
32
rm -rf gh-pages/next
33
33
cp -r dist gh-pages/next
34
+ git config --global user.name "${{ github.actor }}"
35
+ git config --global user.email "<>"
34
36
git --git-dir=gh-pages/.git --work-tree=gh-pages/ add .
35
37
git --git-dir=gh-pages/.git --work-tree=gh-pages/ status
36
38
git --git-dir=gh-pages/.git --work-tree=gh-pages/ commit -m "docs: prerelease"
37
- git --git-dir=gh-pages/.git --work-tree=gh-pages/ log -1
39
+ git --git-dir=gh-pages/.git --work-tree=gh-pages/ log -2
38
40
git --git-dir=gh-pages/.git --work-tree=gh-pages/ push
You can’t perform that action at this time.
0 commit comments