This is an automated email from the ASF dual-hosted git repository.
aaronmarkham pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5b551de Publish triggered by CI
5b551de is described below
commit 5b551defb9e05abc28485ad64e80b354e581a2f1
Author: mxnet-ci <mxnet-ci>
AuthorDate: Mon Aug 3 06:43:22 2020 +0000
Publish triggered by CI
---
date.txt | 1 -
feed.xml | 2 +-
versions/.DS_Store | Bin 6148 -> 6148 bytes
versions/1.6/.DS_Store | Bin 10244 -> 10244 bytes
versions/1.6/assets/js/copycode.js | 2 +-
5 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/date.txt b/date.txt
deleted file mode 100644
index 90a18af..0000000
--- a/date.txt
+++ /dev/null
@@ -1 +0,0 @@
-Mon Aug 3 00:43:56 UTC 2020
diff --git a/feed.xml b/feed.xml
index ed6c33b..c7dfb72 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.0.0">Jekyll</generator><link
href="https://mxnet.apache.org/feed.xml" rel="self" type="application/atom+xml"
/><link href="https://mxnet.apache.org/" rel="alternate" type="text/html"
/><updated>2020-08-03T00:34:17+00:00</updated><id>https://mxnet.apache.org/feed.xml</id><title
type="html">Apache MXNet</title><subtitle>A flexible and efficient library for
deep [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.0.0">Jekyll</generator><link
href="https://mxnet.apache.org/feed.xml" rel="self" type="application/atom+xml"
/><link href="https://mxnet.apache.org/" rel="alternate" type="text/html"
/><updated>2020-08-03T06:33:47+00:00</updated><id>https://mxnet.apache.org/feed.xml</id><title
type="html">Apache MXNet</title><subtitle>A flexible and efficient library for
deep [...]
\ No newline at end of file
diff --git a/versions/.DS_Store b/versions/.DS_Store
index 8946262..08dce34 100644
Binary files a/versions/.DS_Store and b/versions/.DS_Store differ
diff --git a/versions/1.6/.DS_Store b/versions/1.6/.DS_Store
index 23f7e02..8acbae3 100644
Binary files a/versions/1.6/.DS_Store and b/versions/1.6/.DS_Store differ
diff --git a/versions/1.6/assets/js/copycode.js
b/versions/1.6/assets/js/copycode.js
index 75c6483..6bda2f2 100644
--- a/versions/1.6/assets/js/copycode.js
+++ b/versions/1.6/assets/js/copycode.js
@@ -59,7 +59,7 @@ $(document).ready(function () {
const cleanPrompt = function (line, prompts) {
let res = line;
for (let i = 0; i < prompts.length; i++) {
- let reg = new RegExp("(?<=^\\s*)" + prompts[i]);
+ let reg = new RegExp("(?:^\\s*)" + prompts[i]);
if (reg.test(res)) {
res = res.replace(reg, "");
break;