Skip to content

Commit b9e7f20

Browse files
authored
docs(v1): add mkdocs (#6)
1 parent 78c7b3d commit b9e7f20

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

.github/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
site_name: Laravel SOAP
2+
repo_url: https://github.com/codedredd/laravel-soap

.github/workflows/mkdocs.yml

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

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Documentation
2+
3+
to be done ... see right now readme

0 commit comments

Comments
 (0)