diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5568a14e..dbb091c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,18 +23,16 @@ jobs: with: ref: asf-site path: ${{ env.PUBLISH_DIRECTORY }} - - name: Install Hugo + - name: Install Asciidoctor run: | sudo apt-get update - sudo apt-get install -y hugo asciidoctor + sudo apt-get install -y asciidoctor - name: Prepare working-directory: ${{ env.PUBLISH_DIRECTORY }} run: | rm -rf stylesheets - name: Build Hugo site run: | - hugo - - #- name: Deploy to ASF - # run: | - # cp -r public/* $GITHUB_WORKSPACE/public/ \ No newline at end of file + npm install + npm run clean + npm run build:production \ No newline at end of file diff --git a/content/en/_index.md b/content/en/_index.md index 1e46468f..7896c980 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -2,6 +2,8 @@ title: Apache OpenServerless --- +{{< blocks/cover image_anchor="top" height="full" background="devenv.png" >}} # COMING SOON +{{< /blocks/cover >}} ![background](devenv.png) diff --git a/content/en/_index_old.md b/content/en/_index_old.md deleted file mode 100644 index 925dca4f..00000000 --- a/content/en/_index_old.md +++ /dev/null @@ -1,76 +0,0 @@ ---- -title: Apache OpenServerless ---- - -{{< blocks/cover title="Welcome to Apache OpenServerless!" image_anchor="top" height="full" >}} - - - Learn More - - - -