diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 06b9c8b..5b321db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,13 +15,13 @@ jobs: # repository: cuqmbr/homelab - name: Clone homelab git repository run: git clone https://git.cuqmbr.xyz/cuqmbr/homelab.git --depth 1 --branch main --single-branch - - name: Change directory into ansible - run: cd ./homelab/ansible + # - name: Change directory into ansible + # run: cd ./homelab/ansible - name: Run playbook uses: dawidd6/action-ansible-playbook@v4 with: playbook: 20_main_page.yml - directory: ./ansible + directory: ./homelab/ansible # configuration: | # [defaults] # callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer