You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/12/03 20:12:00 UTC

[jira] [Work logged] (HIVE-26565) Revamp Apache Hive website

     [ https://issues.apache.org/jira/browse/HIVE-26565?focusedWorklogId=830857&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-830857 ]

ASF GitHub Bot logged work on HIVE-26565:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Dec/22 20:11
            Start Date: 03/Dec/22 20:11
    Worklog Time Spent: 10m 
      Work Description: simhadri-g commented on code in PR #2:
URL: https://github.com/apache/hive-site/pull/2#discussion_r1038866777


##########
.github/workflows/gh-pages.yml:
##########
@@ -0,0 +1,36 @@
+name: GitHub Pages
+
+on:
+  push:
+    branches:
+      - main  # Set a branch to deploy
+  pull_request:
+
+jobs:
+  deploy:
+    runs-on: ubuntu-22.04
+    concurrency:
+      group: ${{ github.workflow }}-${{ github.ref }}
+    steps:
+      - uses: actions/checkout@v3
+        with:
+          submodules: true  # Fetch Hugo themes (true OR recursive)
+          fetch-depth: 0    # Fetch all history for .GitInfo and .Lastmod
+
+      - name: Setup Hugo
+        uses: peaceiris/actions-hugo@v2
+        with:
+          hugo-version: '0.91.2'
+          # extended: true
+
+      - name: Build
+        run: hugo --minify
+
+      - name: Deploy
+        uses: peaceiris/actions-gh-pages@v3
+        with:
+          github_token: ${{ secrets.GITHUB_TOKEN }}
+          publish_dir: ./public
+          publish_branch: asf-site
+          destination_dir: ./
+          keep_files: true

Review Comment:
   done





Issue Time Tracking
-------------------

            Worklog Id:     (was: 830857)
    Remaining Estimate: 0h
            Time Spent: 10m

> Revamp Apache Hive website
> --------------------------
>
>                 Key: HIVE-26565
>                 URL: https://issues.apache.org/jira/browse/HIVE-26565
>             Project: Hive
>          Issue Type: Improvement
>          Components: Website
>            Reporter: Simhadri Govindappa
>            Assignee: Simhadri Govindappa
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
>  
> The existing apache hive website [https://hive.apache.org|https://hive.apache.org/]/ hasn't been updated for a very long time. Since the website is the front page of the project, I believe it would be good to revamp the apache hive website with the latest features and releases.
> As discussed in the mail chain below, I am raising this jira to track the efforts for the same.
> Mail chain: [https://www.mail-archive.com/user@hive.apache.org/msg22568.html] 
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)