Skip to content

Commit

Permalink
perhaps this
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Feb 26, 2024
1 parent c1ad914 commit d8d3b76
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/compile_dotfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,23 @@ jobs:
uses: actions/checkout@v3
with:
ref: compiled
run: |
cp README.md ~/README.md
git rm -rf .
cp ~/README.md README.md
- name: Install Chezmoi
run: sh -c "$(curl -fsLS get.chezmoi.io)"

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

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

- name: Move Output and Commit
run: |
rm -rf bin
git config user.name github-actions
git config user.email [email protected]
git add .
Expand Down

0 comments on commit d8d3b76

Please sign in to comment.