Skip to content

Revert "Use fork on md-to-Notion" #14

Revert "Use fork on md-to-Notion"

Revert "Use fork on md-to-Notion" #14

on:
push:
branches:
- trunk
jobs:
push_markdown_job:
runs-on: ubuntu-latest
name: Push Markdown to Notion
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push Markdown to Notion
uses: JoshStern/push-md-to-notion@v0.3.0
id: push_markdown
with:
notion-token: ${{ secrets.NOTION_TOKEN }}