Skip to content

Commit

Permalink
review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta committed May 19, 2023
1 parent 2d029e0 commit 6fc681e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main
paths:
- "docs/**"
- "x/**/*.md"
- .github/workflows/deploy-docs.yml

permissions:
Expand All @@ -33,12 +34,9 @@ jobs:

# npm install npm should be removed when https://github.com/npm/cli/issues/4942 is fixed
- name: Build 🔧
- run: yarn install --frozen-lockfile
- run: yarn crowdin:sync
- name: Clean Crowdin Front Matter issues
run: bash clean.sh
shell: bash
- run: yarn build
run: |
npm install -g [email protected]
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 6fc681e

Please sign in to comment.