We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9e558 commit 43b6078Copy full SHA for 43b6078
.github/workflows/track-docs.yml
@@ -0,0 +1,21 @@
1
+name: Docs tracker
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: '0 3 * * *'
7
8
+jobs:
9
+ track-docs:
10
+ runs-on: ubuntu-latest
11
+ name: Checking Docs
12
+ steps:
13
+ - name: Checkout code
14
+ uses: actions/checkout@v3
15
+ - name: Svelte/SvelteKit tutorial new commits
16
+ uses: AlexxNB/track-commits-to-issue@master
17
+ with:
18
+ token: ${{ secrets.GITHUB_TOKEN }}
19
+ owner: sveltejs
20
+ repo: learn.svelte.dev
21
+ dir: content/tutorial
0 commit comments