Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Add link to TDLib

Add link to TDLib #3

Workflow file for this run

name: cd
on:
push:
branches: [main]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: latest
- run: mdbook build
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book