File tree 3 files changed +24
-1
lines changed
3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
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 }}
Original file line number Diff line number Diff line change
1
+ # Mechvibes Lite
2
+ Under construction.
3
+
4
+ # Documentation
5
+ Please visit < https://mechvibes-lite.pages.dev/ > for documentation.
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " mechvibes-lite"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
description = " A lightweight backend for Mechvibes."
5
5
readme = " README.md"
6
6
authors = [
You can’t perform that action at this time.
0 commit comments