parent
9b71bc16ad
commit
cb4301a04b
2 changed files with 6 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,3 +13,4 @@
|
||||||
*.vsix
|
*.vsix
|
||||||
|
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
|
public/
|
||||||
|
|
|
@ -12,9 +12,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Exclude page pipeline to be run on "pages" branch
|
# Exclude page pipeline to be run on "pages" branch
|
||||||
when:
|
#when:
|
||||||
branch:
|
# branch:
|
||||||
exclude: pages
|
# exclude: pages
|
||||||
|
|
||||||
# Recursive cloning is used to fully clone the themes given as Git submodules
|
# Recursive cloning is used to fully clone the themes given as Git submodules
|
||||||
clone:
|
clone:
|
||||||
|
@ -45,4 +45,5 @@ steps:
|
||||||
- NETLIFY_SITE_ID
|
- NETLIFY_SITE_ID
|
||||||
commands:
|
commands:
|
||||||
- npm install netlify-cli -g
|
- npm install netlify-cli -g
|
||||||
- netlify deploy --prod --dir ./public
|
- cd public
|
||||||
|
- netlify deploy --prod
|
Loading…
Reference in a new issue