]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - .github/workflows/docs.yml
Add docs Github action workflow
[github/bastienwirtz/homer.git] / .github / workflows / docs.yml
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
new file mode 100644 (file)
index 0000000..6b78a71
--- /dev/null
@@ -0,0 +1,15 @@
+name: docs 
+on:
+  push:
+    branches:
+      - main
+jobs:
+  deploy:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v2
+      - uses: actions/setup-python@v2
+        with:
+          python-version: 3.x
+      - run: pip install mkdocs-material 
+      - run: mkdocs gh-deploy --force