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

new docs structure with stubs for Lightning version of docs #372

Merged
merged 13 commits into from
Nov 28, 2023
Merged
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@ jobs:
env:
USE_SSH: true
GIT_USER: git
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
run: |
git config --global user.email "[email protected]"
git config --global user.name "gh-actions"
yarn install
yarn generate-library
yarn generate-adaptors
yarn crowdin:sync
yarn build
npx docusaurus deploy
3 changes: 0 additions & 3 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Test build website
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
run: |
yarn generate-library
yarn generate-adaptors
yarn crowdin:sync
yarn build
25 changes: 0 additions & 25 deletions crowdin.yml

This file was deleted.

Loading