Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
deleted file mode 100644
index 6050503..0000000
--- a/.github/workflows/test.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-name: build-test
-
-on:
- - push
- - pull_request
-
-jobs:
- build:
- name: build
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
-
- - name: setup Hugo
- uses: peaceiris/actions-hugo@v2
- with:
- hugo-version: "latest"
-
- - name: build example
- run: |
- cd exampleSite
- mkdir themes
- ln -s ../.. themes/fuji
- hugo