Skip to content

Commit 384e7b5

Browse files
Setup ci
1 parent 880725a commit 384e7b5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+28
-20045
lines changed

.github/workflows/deploy.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Build and Deploy
2+
on:
3+
push:
4+
branches:
5+
- main
6+
jobs:
7+
build-and-deploy:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout 🛎️
11+
uses: actions/checkout@v3
12+
13+
- name: Install dependencies
14+
run: |
15+
sudo apt-get install -y python3-sphinx python3-sphinx-rtd-theme
16+
17+
- name: Build
18+
run: |
19+
cd docs && make html
20+
21+
- name: Deploy
22+
uses: JamesIves/github-pages-deploy-action@v4.3.3
23+
with:
24+
branch: gh-pages
25+
folder: docs/_build/html

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs_rst/_build
1+
docs/_build

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Nvim Orgmode Docs

docs/.buildinfo

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/.nojekyll

Whitespace-only changes.
File renamed without changes.

docs/_sources/demo.rst.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/_sources/development.rst.txt

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/_sources/features.rst.txt

Lines changed: 0 additions & 94 deletions
This file was deleted.

docs/_sources/getting_started.rst.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/_sources/index.rst.txt

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/_sources/installation.rst.txt

Lines changed: 0 additions & 58 deletions
This file was deleted.

docs/_sources/plugins.rst.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/_sources/roadmap.rst.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)