refactor: remove docs in favor of relocation to standardnotes.com/help

This commit is contained in:
moughxyz 2023-01-18 07:04:36 -06:00
parent 24cda40dde
commit 76937ba68c
No known key found for this signature in database
GPG Key ID: 6811CCC64E3ADD3B
1024 changed files with 219 additions and 102585 deletions

View File

@ -10,7 +10,6 @@ actions
**/dist
**/coverage
**/node_modules
packages/docs
packages/mobile/android
packages/mobile/ios
packages/mobile/html

View File

@ -20,11 +20,6 @@ updates:
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/packages/docs"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/packages/encryption"
schedule:

View File

@ -1,30 +0,0 @@
name: Deploy Docs to GitHub Pages
on:
push:
branches:
- main
paths:
- packages/docs/**
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Build
run: yarn workspace @standardnotes/docs run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.CI_PAT_TOKEN }}
publish_dir: ./packages/docs/build

Some files were not shown because too many files have changed in this diff Show More