You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jz...@apache.org on 2023/04/22 17:44:10 UTC

[opennlp-site] branch main updated: Updating github workflow.

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

jzemerick pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 0958baca Updating github workflow.
0958baca is described below

commit 0958bacaa735f2848090b316fa9359cc5abb3e80
Author: jzonthemtn <jz...@apache.org>
AuthorDate: Sat Apr 22 13:44:04 2023 -0400

    Updating github workflow.
---
 .github/workflows/main.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index dfcfcf17..f533bf7c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -56,4 +56,5 @@ jobs:
           [ -d target/opennlp-site/docs/1.9.3 ] && echo 'docs for 1.9.3 exists'
           [ -d target/opennlp-site/docs/1.9.4 ] && echo 'docs for 1.9.4 exists'
           [ -d target/opennlp-site/docs/2.0.0 ] && echo 'docs for 2.0.0 exists'
-          [ -d target/opennlp-site/docs/2.1.0 ] && echo 'docs for 2.1.0 exists'
\ No newline at end of file
+          [ -d target/opennlp-site/docs/2.1.0 ] && echo 'docs for 2.1.0 exists'
+          [ -d target/opennlp-site/docs/2.1.1 ] && echo 'docs for 2.1.0 exists'
\ No newline at end of file