This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LoredMarkdown/.github/workflows/deploy.yml
2023-11-27 15:50:22 -03:00

20 lines
404 B
YAML

name: ▲ Deploy
on:
workflow_run:
workflows:
- 🧪 Code checking
- 🎉 Release
types:
- completed
branches:
- main
jobs:
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'loreddev/marknow' }}
uses: loreddev/.github/.github/workflows/vercel-deploy.yml@main
secrets: inherit
with:
production: true