Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chunhui authored and chunhui committed Jan 18, 2025
1 parent 13ba05b commit 992c584
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Clone Repository
run: git clone https://github.com/renchunhui/dotfiles ~/.config/dotfiles -b develop

- name: Make install.sh executable
run: chmod +x install.sh
run: cd ~/.config/dotfiles && chmod +x install.sh

- name: Run install.sh
run: ./install.sh

0 comments on commit 992c584

Please sign in to comment.