Skip to content

Update apk

Update apk #111

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Set up Node 📦
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install pnpm 🧰
uses: pnpm/action-setup@v2.0.1
with:
version: 7.9.3
- name: Install and Build 🔨
run: |
pnpm install
pnpm build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
branch: gh-pages
folder: dist