fix(workflow): please bro
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 57s

This commit is contained in:
Seaswimmer 2024-01-06 19:37:47 +00:00
parent b21b783aa6
commit 77fae4f6d7
Signed by: cswimr
GPG key ID: D74DDDDF420E13DF
2 changed files with 3 additions and 0 deletions

View file

@ -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
View file

@ -1 +1,2 @@
.cache
.vscode