Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dkvsl authored May 16, 2024
1 parent df2fdd9 commit 904a79b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sync-repo-docs-to-notion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
notion_sync:
timeout-minutes: 10
runs-on: [ubuntu]
runs-on: [mac]
steps:
- uses: actions/checkout@v3
- name: get changed files
Expand All @@ -23,5 +23,4 @@ jobs:
FOLDER: "${{ github.workspace }}"
RELATIVE_URLS_ROOT: "${{ github.server_url }}/${{ github.repository }}"
IGNORE_CREATE_ERRORS: 1
DEBUG: 1

DEBUG: 1

0 comments on commit 904a79b

Please sign in to comment.