Skip to content

Commit ab2f200

Browse files
authored
Update deploy-stg.yml (#31)
1 parent a547a5a commit ab2f200

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy-stg.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
pip3 install poetry
2121
poetry run poetry install --no-root
2222
poetry run mkdocs build
23+
- name: Setup Vercel environment
24+
uses: actions/checkout@v4
25+
with:
26+
repository: darwinia-network/devops
27+
path: .github
2328
- name: Deploy to Vercel
2429
uses: ./.github/actions/smart-vercel
2530
id: smart-vercel

0 commit comments

Comments
 (0)