Skip to content

Commit

Permalink
PUBLISH index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
the-gigi committed Oct 26, 2024
1 parent 3411eba commit 1f6508f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_medium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
publish-to-medium:
runs-on: ubuntu-latest
env:
POST_DIR: "content/posts"
POST_DIR: "content/posts/2024/04/mastering-spot-instances-on-k8s-for-fun-and-profit"
ACCESS_TOKEN: ${{ secrets.MEDIUM_ACCESS_TOKEN }}
steps:
- name: Checkout Code
Expand All @@ -21,4 +21,4 @@ jobs:
replaceHyperlinkToLink: false
frontmatterFormat: "yaml"
draft: true
canonicalRootUrl: "https://github.com/the-gigi/gigi-zone/tree/main/content/posts"
canonicalRootUrl: "https://github.com/the-gigi/gigi-zone/tree/main/content/posts/2024/04/mastering-spot-instances-on-k8s-for-fun-and-profit"

0 comments on commit 1f6508f

Please sign in to comment.