This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora.git


The following commit(s) were added to refs/heads/main by this push:
     new 0217dd1  apparently still need to copy .asf.yaml file explicitly
0217dd1 is described below

commit 0217dd1c5918ef56a7274b87e915f0d7226ef8cc
Author: David Jencks <[email protected]>
AuthorDate: Sun Jul 18 16:39:17 2021 -0700

    apparently still need to copy .asf.yaml file explicitly
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 67b6747..3fdc4e0 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
     "clean-install": "rm -rf node_modules/ .cache/ package-lock.json;npm i 
--cache=.cache/npm",
     "plain-install": "npm i --cache=.cache/npm",
     "build": "node_modules/.bin/antora antora-playbook.yml --stacktrace 
--fetch --clean",
-    "build-noclean": "node_modules/.bin/antora antora-playbook.yml 
--stacktrace --fetch;echo '\n#legacy cms to current' >> 
./build/site/.htaccess;cat dot-htaccess-current >> ./build/site/.htaccess;echo 
'\n\n#legacy to git cms legacy site' >> ./build/site/.htaccess;cat 
dot-htaccess-legacy >> ./build/site/.htaccess;cat dot-htaccess-static >> 
./build/site/.htaccess"
+    "build-noclean": "node_modules/.bin/antora antora-playbook.yml 
--stacktrace --fetch;echo '\n#legacy cms to current' >> 
./build/site/.htaccess;cat dot-htaccess-current >> ./build/site/.htaccess;echo 
'\n\n#legacy to git cms legacy site' >> ./build/site/.htaccess;cat 
dot-htaccess-legacy >> ./build/site/.htaccess;cat dot-htaccess-static >> 
./build/site/.htaccess;cp ./supplemental-ui/.asf.yaml ./build/site/"
   },
   "devDependencies": {
     "@antora/cli": "^2.3.4",

Reply via email to