You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by dj...@apache.org on 2021/07/21 06:41:36 UTC

[felix-antora] branch main updated: try clean-install to fetch updated UI

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 048ac71  try clean-install to fetch updated UI
048ac71 is described below

commit 048ac71bfdf623b4e4675e5424701ba04abb4e5d
Author: David Jencks <dj...@apache.org>
AuthorDate: Tue Jul 20 23:40:48 2021 -0700

    try clean-install to fetch updated UI
---
 Jenkinsfile         | 2 +-
 antora-playbook.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 2e92893..b5719c1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,7 @@ pipeline {
                     sh 'git rm -r .'
                 }
 
-                sh 'npm run plain-install'
+                sh 'npm run clean-install'
                 sh 'npm run build-noclean'
 
                 dir('build/site') {
diff --git a/antora-playbook.yml b/antora-playbook.yml
index 510e69b..e51dc8b 100644
--- a/antora-playbook.yml
+++ b/antora-playbook.yml
@@ -28,7 +28,7 @@ asciidoc:
 ui:
   bundle:
     url: "./node_modules/@apache-felix/felix-antora-ui/build/felix-antora-ui-bundle.zip"
-    snapshot: true
+    snapshot: false
   #currently .htaccess has to be copied by hand, see https://gitlab.com/antora/antora/-/issues/627 and package.json
   supplemental_files: ./supplemental-ui