diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c5b20d2..fbf01aa 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -25,6 +25,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/configure-pages@v5 + - name: Copy install script into site + run: cp install/install.sh docs/site/install.sh - uses: actions/upload-pages-artifact@v3 with: path: docs/site/ diff --git a/README.md b/README.md index a9faf77..c3ea0c8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ ### curl (MacOS / Linux) ```bash - curl -fsSL https://raw.githubusercontent.com/seanseannery/opsfile/main/install/install.sh | bash + curl -fsSL https://seanseannery.github.io/opsfile/install.sh | bash ``` Detects your OS, downloads the correct binary from the [latest GitHub release](https://github.com/seanseannery/opsfile/releases/latest), and installs to `/usr/local/bin/ops`. diff --git a/docs/site/index.html b/docs/site/index.html index 532f483..4ee6ea2 100644 --- a/docs/site/index.html +++ b/docs/site/index.html @@ -69,7 +69,7 @@
curl -fsSL https://raw.githubusercontent.com/seanseannery/opsfile/main/install/install.sh | bash
+ curl -fsSL https://seanseannery.github.io/opsfile/install.sh | bash
| Flag | @@ -173,6 +173,16 @@
|---|