Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech committed May 5, 2024
1 parent 2590801 commit 09c730b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,19 @@ jobs:
npm run crowdin upload
npm run crowdin download
npm run ghbuild
sleep 1m
env:
api_token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
REACT_APP_FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
REACT_APP_FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: github-pages
path: build

- name: Sleep
run: sleep 15s
shell: bash

- id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 09c730b

Please sign in to comment.