Skip to content

Commit

Permalink
fix: update workflows content folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerlepine committed Apr 8, 2024
1 parent ac03875 commit 47879b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post-to-dev-to.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
# (Optional) The files to publish. Default is "posts/**/*.md"
# files: 'blog/**/*.md'
files: "blog/${{ inputs.folder }}/index.devto"
files: "content/${{ inputs.folder }}/index.devto"
# (Optional) The git branch to use. Default is 'main'.
branch: main
conventional_commits: false
2 changes: 1 addition & 1 deletion .github/workflows/post-to-medium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: philips-software/post-to-medium-action@v0.6.0
with:
integration_token: "${{ secrets.MEDIUM_TOKEN }}"
file: "blog/${{ inputs.folder }}/index.medium"
file: "content/${{ inputs.folder }}/index.medium"
content_format: "markdown"
notify_followers: "false"
tags: "${{ inputs.tags }}"
Expand Down

0 comments on commit 47879b4

Please sign in to comment.