summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authoramzrk22020-12-17 21:03:56 +0800
committeramzrk22020-12-17 21:03:56 +0800
commit079898488dc43dccf50e34ec8c42c9e827234f24 (patch)
treea8e3384f5ca25909467d3c8a2aaf42e46067d6c3 /.github
parentc0e06e28732afac8df874a0f56626ef5dd93ded2 (diff)
downloadhugo-theme-fuji-079898488dc43dccf50e34ec8c42c9e827234f24.tar.gz
hugo-theme-fuji-079898488dc43dccf50e34ec8c42c9e827234f24.tar.bz2
hugo-theme-fuji-079898488dc43dccf50e34ec8c42c9e827234f24.zip
update: readme
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml16
1 files changed, 10 insertions, 6 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2433f6c..6050503 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,18 +1,22 @@
-name: Build Test
-on: [push, pull_request]
+name: build-test
+
+on:
+ - push
+ - pull_request
+
jobs:
build:
- name: Build
+ name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- - name: Setup Hugo
+ - name: setup Hugo
uses: peaceiris/actions-hugo@v2
with:
- hugo-version: 'latest'
+ hugo-version: "latest"
- - name: Build
+ - name: build example
run: |
cd exampleSite
mkdir themes