This is an automated email from the ASF dual-hosted git repository.
jiacai2050 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/horaedb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 2d9e4e0 fix deploy ci (#133)
2d9e4e0 is described below
commit 2d9e4e0b06587c97b16b1fe95f838fe1a8556dfb
Author: Jiacai Liu <[email protected]>
AuthorDate: Wed Aug 21 10:48:49 2024 +0800
fix deploy ci (#133)
---
.github/workflows/deploy.yml | 1 -
README.md | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 006ee35..7b3aff3 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -32,7 +32,6 @@ jobs:
npm i -D postcss postcss-cli autoprefixer
hugo mod get
hugo --minify
- - run: make build
# copy .asf.yaml to ./public, asf site needs it.
- run: cp .asf.yaml ./public
- uses: peaceiris/actions-gh-pages@v3
diff --git a/README.md b/README.md
index 1205788..4a840d4 100644
--- a/README.md
+++ b/README.md
@@ -6,14 +6,14 @@
>
> Please read the [DISCLAIMER](DISCLAIMER) and a full explanation of
> ["incubating"](https://incubator.apache.org/policy/incubation.html).
-This repository stores all the source files of [HoraeDB docs
website](https://apache.github.io/horaedb-docs/), the website is generated with
[hugo](https://gohugo.io/) and [docsy](https://www.docsy.dev/).
+This repository stores all the source files of [HoraeDB
website](https://horaedb.apache.org), it's built with
[hugo](https://gohugo.io/) and [docsy](https://www.docsy.dev/).
**All files are written in standard markdown.**
## How to run
```bash
-# Download dependencies
+# Download dependencies, only need to run at the first time
hugo mod get
# Start a local server for preview
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]