Skip to content

Added IEEE CEDA logo in the partners section #10

Added IEEE CEDA logo in the partners section

Added IEEE CEDA logo in the partners section #10

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