From b7a0e6ab1fc1fa12dcc7db68d02dc0f483da7186 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Tue, 28 Mar 2023 13:33:48 +0200 Subject: [PATCH] yaml brutto --- .github/workflows/marp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/marp.yaml b/.github/workflows/marp.yaml index 394feb4..e8178f9 100644 --- a/.github/workflows/marp.yaml +++ b/.github/workflows/marp.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: * + node-version: "*" - name: Install dependencies run: npm install - name: Build slides to HTML