This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
The following commit(s) were added to refs/heads/master by this push: new dcc85e1 Fix GHA workflow directory name (#146) dcc85e1 is described below commit dcc85e1ea76e5327059b69b46135d5bd2d459b31 Author: Zhenxu Ke <kezhenx...@apache.org> AuthorDate: Mon Nov 23 22:34:49 2020 +0800 Fix GHA workflow directory name (#146) --- .github/{workflow => workflows}/deploy.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflow/deploy.yaml b/.github/workflows/deploy.yaml similarity index 80% rename from .github/workflow/deploy.yaml rename to .github/workflows/deploy.yaml index dadb430..eac711c 100644 --- a/.github/workflow/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -29,7 +29,11 @@ jobs: - name: Install run: | - sudo apt-get install hugo + wget https://github.com/gohugoio/hugo/releases/download/v0.74.3/hugo_extended_0.74.3_Linux-64bit.tar.gz + tar xvf hugo_extended_0.74.3_Linux-64bit.tar.gz + sudo mv hugo /usr/bin/ + npm install -D --save postcss-cli + npm install -D --save autoprefixer npm i - name: Build