Skip to content

Commit

Permalink
Update update-blog-posts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
makowskid authored Nov 4, 2024
1 parent b408cb5 commit e055486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-blog-posts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Composer dependencies
run: pwd;composer install
- name: Insert blog posts
run: pwd;php ../profile/posts.php
run: cd ../profile;php posts.php
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit e055486

Please sign in to comment.