mirror of
https://github.com/acamarata/moon-sighting.git
synced 2026-06-30 19:04:24 +00:00
High-accuracy lunar crescent visibility using JPL DE442S ephemerides. Implements Yallop q-test and Odeh V-parameter with all five crescent geometry quantities (ARCL, ARCV, DAZ, W, lag). Full time scale chain (UTC → TDB), IERS Q·R·W frame transforms, WGS84 observer model, Bennett refraction, and kernel-free moon phase via Meeus approximation.
23 lines
518 B
YAML
23 lines
518 B
YAML
name: Sync Wiki
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
paths:
|
|
- '.wiki/**'
|
|
|
|
jobs:
|
|
sync:
|
|
name: Sync .wiki/ to GitHub Wiki
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
|
|
- name: Sync wiki pages
|
|
uses: newrelic/wiki-sync-action@v1.0.1
|
|
with:
|
|
source: .wiki
|
|
destination: wiki
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
gitAuthorName: github-actions[bot]
|
|
gitAuthorEmail: 41898282+github-actions[bot]@users.noreply.github.com
|