Skip to content

Replaced AltStore’s instructions with SideStore’s, added additional i… #8

Replaced AltStore’s instructions with SideStore’s, added additional i…

Replaced AltStore’s instructions with SideStore’s, added additional i… #8

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
deploy:
name: Deploy
runs-on: ubuntu-latest
needs: build
permissions:
contents: read
pages: write
id-token: write
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4