Added IEEE CEDA logo in the partners section #10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |