Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): Remove EnhanceDocs #133

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
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
9 changes: 0 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
working-directory: documentation
run: yarn build

- name: Setup EnhanceDocs
uses: enhancedocs/[email protected]
with:
# More about EnhanceDocs Secret API Key: https://docs.enhancedocs.com/security/api-keys
api-key: ${{ secrets.ENHANCEDOCS_API_KEY }}

# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
- name: Deploy to GitHub Pages
Expand All @@ -47,6 +41,3 @@ jobs:
# You can swap them out with your own user credentials.
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com

- name: Update EnhanceDocs Project
run: enhancedocs alpha sources web --project 642ef48a9b7dab8fff36a55b https://wix-incubator.github.io/obsidian
Loading
Loading