Skip to content

Commit

Permalink
chore: prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eeriemyxi committed Dec 23, 2024
1 parent 34def1f commit b4e3475
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish Documentation via GitHub Pages
on:
push:
branches:
- main

jobs:
build:
name: Deploy Documentation
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1

- name: Deploy Documentation
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Mechvibes Lite
Under construction.

# Documentation
Please visit <https://mechvibes-lite.pages.dev/> for documentation.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mechvibes-lite"
version = "0.1.0"
version = "0.3.0"
description = "A lightweight backend for Mechvibes."
readme = "README.md"
authors = [
Expand Down

0 comments on commit b4e3475

Please sign in to comment.