]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Fix path
authorSimon Cozens <simon@simon-cozens.org>
Wed, 25 Jun 2025 09:53:16 +0000 (10:53 +0100)
committerSimon Cozens <simon@simon-cozens.org>
Wed, 25 Jun 2025 09:53:16 +0000 (10:53 +0100)
.github/workflows/report.yaml

index 342253a80e42b0140a52607b22c064f1358b3ee7..7ebe87b649096346cdcc79ffeee30e9afe3623aa 100644 (file)
@@ -62,6 +62,7 @@ jobs:
           node-version: "20"
       - name: Install dependencies
         run: npm install
+        working-directory: .ci/dashboard
       - name: Generate report
         env:
           GH_TOKEN: ${{ secrets.GH_TOKEN }}