You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mdedetrich (via GitHub)" <gi...@apache.org> on 2023/04/05 20:48:19 UTC

[GitHub] [incubator-pekko-projection] mdedetrich opened a new pull request, #30: Publish docs

mdedetrich opened a new pull request, #30:
URL: https://github.com/apache/incubator-pekko-projection/pull/30

   Same implementation that was taken from pekko-http


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-projection] mdedetrich merged pull request #30: Publish docs

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich merged PR #30:
URL: https://github.com/apache/incubator-pekko-projection/pull/30


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-projection] pjfanning commented on a diff in pull request #30: Publish docs

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on code in PR #30:
URL: https://github.com/apache/incubator-pekko-projection/pull/30#discussion_r1159013165


##########
.github/workflows/publish-nightly.yml:
##########
@@ -31,3 +31,47 @@ jobs:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}
         run: sbt +publish
+
+  publish-docs:
+    name: Publish documentation to nightlies.apache.org
+    runs-on: ubuntu-latest
+    if: github.repository == 'apache/incubator-pekko-projection'
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v2

Review Comment:
   can we use v3 of these core actions (node.js warnings)?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-projection] He-Pin commented on a diff in pull request #30: Publish docs

Posted by "He-Pin (via GitHub)" <gi...@apache.org>.
He-Pin commented on code in PR #30:
URL: https://github.com/apache/incubator-pekko-projection/pull/30#discussion_r1159016931


##########
.github/workflows/publish-nightly.yml:
##########
@@ -31,3 +31,47 @@ jobs:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}
         run: sbt +publish
+
+  publish-docs:
+    name: Publish documentation to nightlies.apache.org
+    runs-on: ubuntu-latest
+    if: github.repository == 'apache/incubator-pekko-projection'
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v2

Review Comment:
   is there a repo we can share this kind of settings cross projects?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-projection] mdedetrich commented on a diff in pull request #30: Publish docs

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on code in PR #30:
URL: https://github.com/apache/incubator-pekko-projection/pull/30#discussion_r1159013920


##########
.github/workflows/publish-nightly.yml:
##########
@@ -31,3 +31,47 @@ jobs:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}
         run: sbt +publish
+
+  publish-docs:
+    name: Publish documentation to nightlies.apache.org
+    runs-on: ubuntu-latest
+    if: github.repository == 'apache/incubator-pekko-projection'
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v2

Review Comment:
   Fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-projection] mdedetrich commented on a diff in pull request #30: Publish docs

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on code in PR #30:
URL: https://github.com/apache/incubator-pekko-projection/pull/30#discussion_r1159022365


##########
.github/workflows/publish-nightly.yml:
##########
@@ -31,3 +31,47 @@ jobs:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}
         run: sbt +publish
+
+  publish-docs:
+    name: Publish documentation to nightlies.apache.org
+    runs-on: ubuntu-latest
+    if: github.repository == 'apache/incubator-pekko-projection'
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v2

Review Comment:
   I had an idea to abstract this doc publishing into an sbt plugin, see https://github.com/apache/incubator-pekko/issues/104. This isn't a priority howerver



##########
.github/workflows/publish-nightly.yml:
##########
@@ -31,3 +31,47 @@ jobs:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}
         run: sbt +publish
+
+  publish-docs:
+    name: Publish documentation to nightlies.apache.org
+    runs-on: ubuntu-latest
+    if: github.repository == 'apache/incubator-pekko-projection'
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v2

Review Comment:
   I had an idea to abstract this doc publishing into an sbt plugin, see https://github.com/apache/incubator-pekko/issues/104.
   
   This isn't a priority however



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org