We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5a9ad commit d01d0bcCopy full SHA for d01d0bc
.github/workflows/test.yml
@@ -20,5 +20,5 @@ jobs:
20
run: make format ARGS=--check
21
- name: Run Tests
22
run: make test
23
- - name: Build Stars
24
- run: make stars
+ # - name: Build Stars
+ # run: make stars
Makefile
@@ -52,6 +52,7 @@ release: release-check test stars
52
v$(VERSION) \
53
build/bigsky.stars.csv.gz \
54
build/bigsky.stars.mag11.csv.gz \
55
+ docs/stars.md \
56
--title "v$(VERSION)" \
57
-R steveberardi/bigsky
58
0 commit comments