Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb38bb88

Browse files
committed
update test bash
1 parentb3ebda2 commitb38bb88

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
coverage.txt
1818
node_modules/
1919
/gitbook
20+
/public
2021
.env.yml
2122
/python
2223
go.sum

‎generate.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env bash#!/usr/bin/env bash
22

33
# Git
4-
git checkout master
5-
git reset --hard
6-
git fetch --all
7-
git reset --hard origin/master
8-
git pull
4+
#git checkout master
5+
#git reset --hard
6+
#git fetch --all
7+
#git reset --hard origin/master
8+
#git pull
99

1010
# GitBook
1111
#npm install gitbook-cli -g
@@ -25,7 +25,7 @@ rm -rf gitbook
2525
mkdir public
2626
mkdir gitbook
2727

28-
#cp -rfv src/* gitbook
28+
cp -rfv src/* gitbook
2929
cp README.md gitbook
3030
cp SUMMARY.md gitbook
3131
cp SUMMARY-LIST.md gitbook

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp