Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ jobs:
GITHUB_TOKEN: ${{ secrets.DEPLOY_GITHUB_TOKEN }}
run: yarn fetch-sponsors

- name: Install EnhanceDocs CLI
uses: enhancedocs/enhancedocs-github-action@0.0.2
with:
api-key: ${{ secrets.ENHANCEDOCS_API_KEY }}

- name: Build Docs
run: enhancedocs build versioned_docs/version-6.x

- name: Pushish Docs
run: enhancedocs publish

- name: Publish to Github pages
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_GITHUB_TOKEN }}
Expand Down