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