Skip to content

Commit

Permalink
Add install.sh to GitHub Pages site
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Jan 7, 2021
1 parent adb8d74 commit 78fc00d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
input_files: '[["README.md"]]'
output_files: '["deb/index.html"]'
extensions: '["extra"]'
- name: Add install script to GitHub Pages
run: cp -v install.sh deb/install.sh
- name: Deploy deb packages
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Or just run the following command which will download and install the
latest package for you:

```console
curl -fsSL https://raw.githubusercontent.com/arnested/ldddns/main/install.sh | bash
curl -fsSL https://ldddns.arnested.dk/install.sh | bash
```

0 comments on commit 78fc00d

Please sign in to comment.