Skip to content

Update App.tsx install button #39

Update App.tsx install button

Update App.tsx install button #39

Workflow file for this run

on:
push:
branches:
- main
jobs:
deploy_on_gh_pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: '18'
- uses: bahmutov/npm-install@v1
- run: yarn build
- run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npx -y -p [email protected] gh-pages -d dist --add -u "github-actions-bot <[email protected]>"