Skip to content

Commit

Permalink
Unix style path
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods committed Apr 20, 2023
1 parent 4735ff4 commit 245420e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
deno-version: v1.32

- name: Generate SVG and Markdown
run: deno run --allow-net=api.notion.com --allow-env=NOTION_TOKEN,NOTION_DB --allow-read --allow-write .\src\generate.ts
run: deno run --allow-net=api.notion.com --allow-env=NOTION_TOKEN,NOTION_DB --allow-read --allow-write ./src/generate.ts
env:
NOTION_DB: 1043e8edb9094976af12a59f25e41286
NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }}
Expand Down

0 comments on commit 245420e

Please sign in to comment.