Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta committed May 19, 2023
1 parent 6fc681e commit fdefd62
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ jobs:

# npm install npm should be removed when https://github.com/npm/cli/issues/4942 is fixed
- name: Build 🔧
run: |
npm install -g [email protected]
npm run 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

- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit fdefd62

Please sign in to comment.