Skip to content

Updated iOS Versions + Replacing instructions for AltStore with SideS… #2

Updated iOS Versions + Replacing instructions for AltStore with SideS…

Updated iOS Versions + Replacing instructions for AltStore with SideS… #2

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