Skip to content

Commit

Permalink
Update copy-to-blog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittnieto authored Oct 4, 2024
1 parent 2a655fa commit cb8786c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy-to-blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Copy Files
run: |
rsync -av --exclude='.git' ./ blog_repo/assets/post/2024-10-04-Azure-Stack-HCI-Demolab/ --exclude=blog_repo
rsync -av --exclude='.git' ./ blog_repo/assets/repo/AzSHCI --exclude=blog_repo
- name: Commit and Push Changes
working-directory: blog_repo
Expand Down

0 comments on commit cb8786c

Please sign in to comment.