Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
a090866b
Commit
a090866b
authored
Jul 20, 2017
by
Leopoldthecoder
Committed by
杨奕
Jul 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update doc sub-folder
parent
520a8bfc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
build/deploy-ci.sh
build/deploy-ci.sh
+1
-1
examples/app.vue
examples/app.vue
+1
-0
No files found.
build/deploy-ci.sh
View file @
a090866b
...
...
@@ -42,7 +42,7 @@ if [ "$TRAVIS_TAG" ]; then
export
SUB_FOLDER
=
$(
echo
"
$TRAVIS_TAG
"
|
grep
-o
-E
"
\d
+
\.\d
+"
)
echo
$SUB_FOLDER
SUB_FOLDER
=
'1.
3
'
SUB_FOLDER
=
'1.
4
'
mkdir
$SUB_FOLDER
rm
-rf
*
.js
*
.css
*
.map static
rm
-rf
$SUB_FOLDER
/
**
...
...
examples/app.vue
View file @
a090866b
...
...
@@ -107,6 +107,7 @@
background-color
:
#ECF8FF
;
border-radius
:
4px
;
border-left
:
#50bfff
5px
solid
;
margin-top
:
20px
;
code
{
background-color
:
rgba
(
#fff
,
.7
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment