Skip to content

Commit

Permalink
Update deploy-stg.yml (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher authored Apr 16, 2024
1 parent a547a5a commit ab2f200
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
pip3 install poetry
poetry run poetry install --no-root
poetry run mkdocs build
- name: Setup Vercel environment
uses: actions/checkout@v4
with:
repository: darwinia-network/devops
path: .github
- name: Deploy to Vercel
uses: ./.github/actions/smart-vercel
id: smart-vercel
Expand Down

0 comments on commit ab2f200

Please sign in to comment.