Skip to content

Merge pull request #70 from biplab-khalti/master #43

Merge pull request #70 from biplab-khalti/master

Merge pull request #70 from biplab-khalti/master #43

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
name: GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force