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 b8090e3 commit c70c2dcCopy full SHA for c70c2dc
.github/workflows/main.yml
@@ -35,6 +35,17 @@ jobs:
35
GITHUB_TOKEN: ${{ secrets.DEPLOY_GITHUB_TOKEN }}
36
run: yarn fetch-sponsors
37
38
+ - name: Install EnhanceDocs CLI
39
+ uses: enhancedocs/enhancedocs-github-action@0.0.2
40
+ with:
41
+ api-key: ${{ secrets.ENHANCEDOCS_API_KEY }}
42
+
43
+ - name: Build Docs
44
+ run: enhancedocs build versioned_docs/version-6.x
45
46
+ - name: Pushish Docs
47
+ run: enhancedocs publish
48
49
- name: Publish to Github pages
50
env:
51
0 commit comments