File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches : [main]
66 paths :
77 - ' public/**'
8+ - ' install.sh'
9+ - ' install.ps1'
810 - ' .github/workflows/pages.yml'
911 workflow_dispatch :
1012
@@ -39,10 +41,12 @@ jobs:
3941 working-directory : ./public
4042 run : npm run build:all
4143
42- - name : Add redirect and .nojekyll
44+ - name : Add redirect, .nojekyll and install scripts
4345 working-directory : ./public
4446 run : |
4547 cp public/* dist/browser/
48+ cp ../install.sh dist/browser/
49+ cp ../install.ps1 dist/browser/
4650
4751 - name : Setup Pages
4852 uses : actions/configure-pages@v4
Original file line number Diff line number Diff line change @@ -182,16 +182,16 @@ <h3 i18n="@@installation.step1.title">Install the CLI</h3>
182182
183183 < h4 i18n ="@@installation.linux "> Linux / macOS</ h4 >
184184 < div class ="code-block ">
185- < pre > < code > curl -fsSL https://raw.githubusercontent.com/ softwarity/aipilot-cli/main /install.sh | bash</ code > </ pre >
186- < button class ="copy-btn " (click) ="copyToClipboard('curl -fsSL https://raw.githubusercontent.com/ softwarity/aipilot-cli/main /install.sh | bash', $event) ">
185+ < pre > < code > curl -fsSL https://aipilot. softwarity.io /install.sh | bash</ code > </ pre >
186+ < button class ="copy-btn " (click) ="copyToClipboard('curl -fsSL https://aipilot. softwarity.io /install.sh | bash', $event) ">
187187 < span class ="material-icons "> content_copy</ span >
188188 </ button >
189189 </ div >
190190
191191 < h4 i18n ="@@installation.windows "> Windows (PowerShell)</ h4 >
192192 < div class ="code-block ">
193- < pre > < code > irm https://raw.githubusercontent.com/ softwarity/aipilot-cli/main /install.ps1 | iex</ code > </ pre >
194- < button class ="copy-btn " (click) ="copyToClipboard('irm https://raw.githubusercontent.com/ softwarity/aipilot-cli/main /install.ps1 | iex', $event) ">
193+ < pre > < code > irm https://aipilot. softwarity.io /install.ps1 | iex</ code > </ pre >
194+ < button class ="copy-btn " (click) ="copyToClipboard('irm https://aipilot. softwarity.io /install.ps1 | iex', $event) ">
195195 < span class ="material-icons "> content_copy</ span >
196196 </ button >
197197 </ div >
You can’t perform that action at this time.
0 commit comments