Skip to content

Fix invalid notion link (#21) #2

Fix invalid notion link (#21)

Fix invalid notion link (#21) #2

Workflow file for this run

name: Deploy production
on:
push:
tags:
- 'v*'
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: darwinia-network/devops
path: .github
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: build
run: |
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
mkdocs build
- uses: ./.github/actions/smart-vercel
name: Deploy to Vercel
with:
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_group: itering
preview_output: true
project_name: darwinia-docs
dist_path: site
prod_mode: true
script_run: false
enable_cache: true
enable_notify_slack: true
slack_channel: darwinia-document
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}