Skip to content

Commit

Permalink
fix content dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dodwmd committed Sep 22, 2024
1 parent 689f6a4 commit bdd382d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_post.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
UNSPLASH_ACCESS_KEY: ${{ secrets.UNSPLASH_ACCESS_KEY }}
HUGO_CONTENT_DIR: ../content/posts
HUGO_CONTENT_DIR: ${{ github.workspace }}/blog/content/posts
LOG_LEVEL: INFO
run: |
cd hugo_generator
Expand Down

0 comments on commit bdd382d

Please sign in to comment.