From 5cab8f70f8a89b2195da781415290fc301d5a623 Mon Sep 17 00:00:00 2001 From: Romain Crestey Date: Tue, 4 Jul 2023 09:59:47 +0200 Subject: [PATCH] ci: add site tracking --- .github/workflows/track-docs.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/workflows/track-docs.yml b/.github/workflows/track-docs.yml index 022632de36..e72fa0830e 100644 --- a/.github/workflows/track-docs.yml +++ b/.github/workflows/track-docs.yml @@ -6,9 +6,9 @@ on: - cron: '0 3 * * *' jobs: - track-svelte: + track-docs: runs-on: ubuntu-latest - name: Checking Svelte + name: Checking Docs steps: - name: Checkout code uses: actions/checkout@v3 @@ -19,3 +19,16 @@ jobs: owner: sveltejs repo: svelte dir: documentation + track-site: + runs-on: ubuntu-latest + name: Checking Site + steps: + - name: Checkout code + uses: actions/checkout@v3 + - name: Svelte docs new commits + uses: AlexxNB/track-commits-to-issue@master + with: + token: ${{ secrets.GITHUB_TOKEN }} + owner: sveltejs + repo: svelte + dir: sites/svelte.dev