diff --git a/.github/workflows/notion2github.yml b/.github/workflows/notion2github.yml index fc9a8e4..409c2b9 100644 --- a/.github/workflows/notion2github.yml +++ b/.github/workflows/notion2github.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1 + uses: younho9/notion2github@main with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs/test diff --git a/README.md b/README.md index bc32d23..5ca90b7 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1 + uses: younho9/notion2github@v1.1.0 with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1 + uses: younho9/notion2github@v1.1.0 with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs @@ -143,15 +143,12 @@ For more information on configure your environment, [see the document in Nakdown "exportConfig": { "recursiveExport": true, "createPageDirectory": true, - "addMetadata": false, - "lowerPathname": false, - "lowerFilename": false, - "lineBreak": false + "addMetadata": true, + "appendCreatedTime": true, + "generateSlug": true }, "databaseConfig": { "categoryColumnName": "Category", - "tagsColumnName": "Tags", - "createdTimeColumnName": "Created Time", "statusColumnName": "Status", "currentStatus": "โœ… Completed", "nextStatus": "๐Ÿ–จ Published" diff --git a/docs/README.ko.md b/docs/README.ko.md index 7cd20b2..5183be0 100644 --- a/docs/README.ko.md +++ b/docs/README.ko.md @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1 + uses: younho9/notion2github@v1.1.0 with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs @@ -85,7 +85,7 @@ jobs: uses: actions/checkout@v2 - name: Notion2Github - uses: younho9/notion2github@v1 + uses: younho9/notion2github@v1.1.0 with: database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad' docs-directory: docs @@ -142,15 +142,12 @@ Narkdown์€ ๋ฌธ์„œ๋“ค์„ ์–ด๋–ป๊ฒŒ ์ถ”์ถœํ•  ๊ฒƒ์ธ์ง€์— ๋Œ€ํ•ด ๋ช‡๊ฐ€์ง€ ํ™˜ "exportConfig": { "recursiveExport": true, "createPageDirectory": true, - "addMetadata": false, - "lowerPathname": false, - "lowerFilename": false, - "lineBreak": false + "addMetadata": true, + "appendCreatedTime": true, + "generateSlug": true }, "databaseConfig": { "categoryColumnName": "Category", - "tagsColumnName": "Tags", - "createdTimeColumnName": "Created Time", "statusColumnName": "Status", "currentStatus": "โœ… Completed", "nextStatus": "๐Ÿ–จ Published" diff --git a/narkdown.config.json b/narkdown.config.json index 16cd5c0..6ab6355 100644 --- a/narkdown.config.json +++ b/narkdown.config.json @@ -2,15 +2,12 @@ "exportConfig": { "recursiveExport": true, "createPageDirectory": true, - "addMetadata": false, - "lowerPathname": true, - "lowerFilename": true, - "lineBreak": false + "addMetadata": true, + "appendCreatedTime": true, + "generateSlug": true }, "databaseConfig": { "categoryColumnName": "Category", - "tagsColumnName": "Tags", - "createdTimeColumnName": "Created Time", "statusColumnName": "Status", "currentStatus": "โœ… Completed", "nextStatus": "๐Ÿ–จ Published" diff --git a/requirements.txt b/requirements.txt index 091516a..17bb333 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -narkdown==1.2.5 +narkdown