We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ae2cc commit 3f982eeCopy full SHA for 3f982ee
.github/workflows/docs.yml
@@ -0,0 +1,26 @@
1
+name: docs
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - feat/web-docs
7
+ # paths:
8
+ # - docs/**
9
10
+jobs:
11
+ docgen:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v4
15
+ with:
16
+ token: ${{ secrets.GH_TOKEN }}
17
+ - name: Push docs to nvim-orgmode.github.io repo
18
+ uses: nkoppel/[email protected]
19
+ env:
20
+ API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
21
22
+ source-files: 'docs/'
23
+ destination-username: 'nvim-orgmode'
24
+ destination-repository: 'nvim-orgmode.github.io'
25
+ destination-branch: 'feat/vitepress'
26
+ commit-email: '[email protected]'
0 commit comments