From a8a7e66b170a588692393cc08e1c24937286d86a Mon Sep 17 00:00:00 2001 From: harryob <55142896+harryob@users.noreply.github.com> Date: Mon, 26 Feb 2024 00:25:32 +0000 Subject: [PATCH] differenter debug... --- .github/workflows/compile_dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_dotfiles.yml b/.github/workflows/compile_dotfiles.yml index 0bc8b2c..c23798a 100644 --- a/.github/workflows/compile_dotfiles.yml +++ b/.github/workflows/compile_dotfiles.yml @@ -19,7 +19,7 @@ jobs: run: ./bin/chezmoi init harryob - name: Output Dotfiles - run: mkdir ./output && ./bin/chezmoi apply --destination ./output + run: mkdir ./output && ./bin/chezmoi data && ./bin/chezmoi apply --destination ./output - name: Checkout Output Branch uses: actions/checkout@v3