Skip to content

chore: sync install.sh to gh-pages, update install URL#526

Merged
algirdasc merged 1 commit into
mainfrom
chore/install-url-and-sync-workflow
Jul 4, 2026
Merged

chore: sync install.sh to gh-pages, update install URL#526
algirdasc merged 1 commit into
mainfrom
chore/install-url-and-sync-workflow

Conversation

@algirdasc

Copy link
Copy Markdown
Owner

Changes

GitHub Actions workflow

.github/workflows/sync-gh-pages.yml — triggers on push to main when install.sh changes (also workflow_dispatch for manual runs):

  1. Checkout gh-pages
  2. Copy install.sh from origin/main
  3. Commit + push if changed ([skip ci] to avoid loop)

URL update

README.md install command updated:

# Before
curl -fsSL https://raw.githubusercontent.com/algirdasc/expensave/main/install.sh | sudo bash

# After
curl -fsSL https://expensave.app/install.sh | sudo bash

Landing page URL will be updated separately in gh-pages branch.

- Add .github/workflows/sync-gh-pages.yml: auto-syncs install.sh from
  main to gh-pages on every push that touches install.sh
- Update README install URL to https://expensave.app/install.sh
@algirdasc
algirdasc merged commit 793dd8a into main Jul 4, 2026
3 checks passed
@algirdasc
algirdasc deleted the chore/install-url-and-sync-workflow branch July 4, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant