-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzero-project.yml
More file actions
26 lines (24 loc) · 897 Bytes
/
zero-project.yml
File metadata and controls
26 lines (24 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -------------------------
# IMPORTANT:
# Committing a change with this file will trigger Github actions
# to template and rewrite the repository, once doing so you will no longer see this file
# Instead your repository will be your own example project!
# -------------------------
#
# Fill in name of your static site
# must be lowercase alpha-numeric with dashes only
# NOTE: If your static site is a single page app
# your static site will be served and accessible via <name>.onboarding.dev OR <name>.spa.onboarding.dev
# your site will be available in <name>.spa.onboarding.dev
name:
shouldPushRepositories: false
modules:
templates:
files:
dir: output
source: .
parameters:
## depending on framework and build pipeline your project may have different
## ways of building a static site
build_command: npm run build
build_output_folder: build/