Skip to content

Commit 61334a0

Browse files
committed
Merge branch 'docs/init' of github.com:supabase/stripe-sync-engine into docs/init
2 parents ec475f8 + 9dbde1a commit 61334a0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/docs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Publish docs
2+
on:
3+
push:
4+
branches:
5+
- main
6+
7+
jobs:
8+
deploy:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
- uses: actions/setup-python@v2
13+
with:
14+
python-version: 3.x
15+
- run: pip install mkdocs
16+
- run: pip install mkdocs-material
17+
- run: mkdocs gh-deploy --force --clean --verbose

0 commit comments

Comments
 (0)