Skip to content

Add satellite emoji to the title #12

Add satellite emoji to the title

Add satellite emoji to the title #12

Workflow file for this run

name: Pages
on:
push:
branches:
- main
jobs:
build-app:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version-file: package.json
cache: pnpm
- run: pnpm install
- name: Fetch TLE data
run: curl 'https://celestrak.org/NORAD/elements/gp.php?GROUP=last-30-days&FORMAT=tle' -o src/satellites.txt
- run: pnpm run build:app
- uses: actions/[email protected]
with:
path: app
deploy:
needs: build-app
permissions:
pages: write
id-token: write
concurrency:
group: pages
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
id: deployment