Skip to content

PUBLISH 2024/04/mastering-spot-instances-on-k8s-for-fun-and-profit/in… #2

PUBLISH 2024/04/mastering-spot-instances-on-k8s-for-fun-and-profit/in…

PUBLISH 2024/04/mastering-spot-instances-on-k8s-for-fun-and-profit/in… #2

on:
push:
branches:
- main
jobs:
publish-to-medium:
runs-on: ubuntu-latest
env:
POST_DIR: "content/posts"
ACCESS_TOKEN: ${{ secrets.MEDIUM_ACCESS_TOKEN }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Markdown Or Hugo To Medium
uses: imrushi/[email protected]
with:
markdownOrHugo: "hugo"
shortcodes: "./shortcodes.json"
replaceHyperlinkToLink: false
frontmatterFormat: "yaml"
draft: true
canonicalRootUrl: "https://github.com/the-gigi/gigi-zone/tree/main/content/posts"