Skip to content

Commit

Permalink
it installs it here, actually
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Feb 25, 2024
1 parent f81f624 commit 8eb503c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_dotfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
run: sh -c "$(curl -fsLS get.chezmoi.io)"

- name: Initialise Dotfiles
run: chezmoi init harryob
run: ./bin/chezmoi init harryob

- name: Output Dotfiles
run: mkdir /output && chezmoi apply --destination /output
run: mkdir /output && ./bin/chezmoi apply --destination /output

- name: Checkout Output Branch
uses: actions/checkout@v3
Expand Down

0 comments on commit 8eb503c

Please sign in to comment.