Skip to content

Commit 6be6d22

Browse files
committed
chore: prepare for release
1 parent 34def1f commit 6be6d22

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

.github/workflows/deploy-docs.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Publish Documentation via GitHub Pages
2+
on:
3+
push:
4+
branches:
5+
- main
6+
7+
jobs:
8+
build:
9+
name: Deploy Documentation
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout master
13+
uses: actions/checkout@v1
14+
15+
- name: Deploy Documentation
16+
uses: mhausenblas/mkdocs-deploy-gh-pages@master
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Mechvibes Lite
2+
Under construction.
3+
4+
# Documentation
5+
Please visit <https://mechvibes-lite.pages.dev/> for documentation.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mechvibes-lite"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "A lightweight backend for Mechvibes."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)