Skip to content

Commit

Permalink
Integration to Notion
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLamiot committed Aug 19, 2024
1 parent 9d1fb6f commit 5637909
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy-to-notion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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: 2
- name: Push Markdown to Notion
uses: JoshStern/[email protected]
id: push_markdown
with:
notion-token: ${{ secrets.NOTION_TOKEN }}
5 changes: 5 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
---
notion_page: https://www.notion.so/wpmedia/index-md-7be686007c0f468f8c7dad0f07e3b9f8?pvs=4
title: Index
---

# WP Media Engineering Handbook

0 comments on commit 5637909

Please sign in to comment.