Skip to content

Commit b3b8a46

Browse files
committed
Refactor
1 parent 3eb3f7a commit b3b8a46

21 files changed

Lines changed: 3208 additions & 2418 deletions

.github/workflows/piscripts.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Publish
2+
on:
3+
push:
4+
tags:
5+
- 'v*'
6+
jobs:
7+
release:
8+
name: Release
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v1
13+
14+
- name: Publish
15+
uses: softprops/action-gh-release@v1
16+
with:
17+
files: ["*.js", "LICENSE"]
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See [release notes](./releases.md) for version details.
1919

2020
## Installation
2121

22-
The first step is to download the scripts. You can either clone this repository, or [download the zip](./piscripts.zip).
22+
The first step is to download the scripts. You can either clone this repository, or [download the latest release](https://github.com/DeepSkyWorkflows/DeepSkyWorkflowScripts/releases).
2323

2424
Once you have the scripts in a folder, for example, `DeepSkyWorkflows`, you can install with the following steps:
2525

0 commit comments

Comments
 (0)