Skip to content

Commit

Permalink
adjusting and cleaning build pipeline for website (#13)
Browse files Browse the repository at this point in the history
* adjusting build pipeline hugo

* adjusting hugo pipeline

* adjusting checkout version

* deleting index_old

* adjusting blocks/cover

* adjusting blocks cover

* adjusting blocks cover 2

* adjusting blocks cover 3

* trying adjusting pipeline

* trying to adjust pipeline

* trying to adjust pipeline 2

* adjusting blocks cover template

* adjusting pipeline again

* adjusting pipeline again 2

* adjusting pipeline again 3

* adjusting pipeline again 4

* testing hugo changes

* cleaning build pipeline
  • Loading branch information
MatMol96 authored Jul 25, 2024
1 parent 950cba4 commit 6edb674
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 83 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
npm install
npm run clean
npm run build:production
2 changes: 2 additions & 0 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Apache OpenServerless
---

{{< blocks/cover image_anchor="top" height="full" background="devenv.png" >}}
# COMING SOON
{{< /blocks/cover >}}

![background](devenv.png)
76 changes: 0 additions & 76 deletions content/en/_index_old.md

This file was deleted.

0 comments on commit 6edb674

Please sign in to comment.