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

.build.yml - github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e6f19cc367f8b5b1caaffc674ef51f0b72dc2155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: archlinux
packages:
  - nodejs-lts-erbium
  - npm
sources:
  - https://git.sr.ht/~alanorth/hugo-theme-bootstrap4-blog
tasks:
  - setup: |
      id
      node -v
      cd hugo-theme-bootstrap4-blog
      npm install 
  - test: |
      cd hugo-theme-bootstrap4-blog
      npm run build