Skip to content

Added 2 more partners in the homebody #12

Added 2 more partners in the homebody

Added 2 more partners in the homebody #12

Workflow file for this run

---
name: CI/CD
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: esim-hackathon-2025
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
- name: Install, build, and upload your site
uses: withastro/action@v2
- name: Create folder
run: |
mkdir -p /home/github/Assets/esim-hackathon-2025/prod && cp -R dist /home/github/Assets/esim-hackathon-2025/prod