mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2025-04-11 04:50:56 +00:00
Fix indention
This commit is contained in:
parent
ee90ac8d3c
commit
750d1e394b
1 changed files with 9 additions and 9 deletions
|
@ -17,15 +17,15 @@ jobs:
|
|||
uses: actions/setup-zs@main
|
||||
- name: Build site
|
||||
run: make build
|
||||
- name: Deploy site
|
||||
id: deploy
|
||||
uses: actions/meli-deploy@main
|
||||
with:
|
||||
action: release
|
||||
meliUrl: https://meli.mills.io
|
||||
meliSiteId: ${{ secrets.MELI_SITE_ID }}
|
||||
meliSiteToken: ${{ secrets.MELI_SITE_TOKEN }}
|
||||
buildFolder: .pub
|
||||
- name: Deploy site
|
||||
id: deploy
|
||||
uses: actions/meli-deploy@main
|
||||
with:
|
||||
action: release
|
||||
meliUrl: https://meli.mills.io
|
||||
meliSiteId: ${{ secrets.MELI_SITE_ID }}
|
||||
meliSiteToken: ${{ secrets.MELI_SITE_TOKEN }}
|
||||
buildFolder: .pub
|
||||
- name: Notify PR
|
||||
uses: actions/pr-comment@main
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue