Skip to content

Commit

Permalink
Try clean,site,site:stage,deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsen-ci committed Apr 17, 2024
1 parent f6bf3ab commit 24c6d5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stable-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: nasa-pds-engineering-node/roundup-action@main
with:
assembly: stable
maven-stable-artifact-phases: clean,deploy
maven-stable-artifact-phases: clean,site,site:stage,deploy
env:
ossrh_username: ${{secrets.OSSRH_USERNAME}}
ossrh_password: ${{secrets.OSSRH_PASSWORD}}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/exemplar.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

exemplar.greeting = Wed Apr 17 15:53:54 UTC 2024
exemplar.greeting = Wed Apr 17 16:06:52 UTC 2024
2 changes: 1 addition & 1 deletion src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ POSSIBILITY OF SUCH DAMAGE.
<section name='About My Project'>
<p>
My project is an example in a template that can be used for your project.
Updating on Wed Apr 17 15:53:54 UTC 2024.
Updating on Wed Apr 17 16:06:52 UTC 2024.
</p>
</section>
</body>
Expand Down

0 comments on commit 24c6d5d

Please sign in to comment.