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: 24ad8d0a2fba2ec803a3122f84b212d9d93b0610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: archlinux
packages:
  - nodejs-lts-fermium
  - 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