Skip to content

Commit d01d0bc

Browse files
committed
add docs file
1 parent 4c5a9ad commit d01d0bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
run: make format ARGS=--check
2121
- name: Run Tests
2222
run: make test
23-
- name: Build Stars
24-
run: make stars
23+
# - name: Build Stars
24+
# run: make stars

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ release: release-check test stars
5252
v$(VERSION) \
5353
build/bigsky.stars.csv.gz \
5454
build/bigsky.stars.mag11.csv.gz \
55+
docs/stars.md \
5556
--title "v$(VERSION)" \
5657
-R steveberardi/bigsky
5758

0 commit comments

Comments
 (0)