fix(workflow): please bro
This commit is contained in:
parent
b21b783aa6
commit
77fae4f6d7
2 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,8 @@ jobs:
|
|||
release="${{ github.ref }}"
|
||||
fi
|
||||
|
||||
echo "github.base_ref = ${{ github.base_ref }}"
|
||||
echo "github.ref = ${{ github.ref }}"
|
||||
echo "Deploying to Meli on branch $release"
|
||||
|
||||
npx -p "@getmeli/cli" meli upload ./site \
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
.cache
|
||||
.vscode
|
||||
|
|
Loading…
Reference in a new issue