From 78fc00dc40d997bedca53fcf3827d76fb4cff3c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Thu, 7 Jan 2021 08:34:04 +0100 Subject: [PATCH] Add install.sh to GitHub Pages site --- .github/workflows/release.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e41124..f74b365 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/README.md b/README.md index 4f6b1e8..548c9d9 100644 --- a/README.md +++ b/README.md @@ -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 ```