From 1129dc405b0471ac7a3b2aa482425ca6dd8e760d Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Fri, 13 Oct 2023 16:13:30 -0400 Subject: [PATCH] ci: do it rigth --- .github/workflows/deploy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2467808ff0..614719329f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,8 @@ name: build-scratch-blocks on: push: +permissions: + contents: write jobs: setup: runs-on: ubuntu-latest @@ -33,8 +35,8 @@ jobs: chrome-version: latest - name: Install Node Dependencies run: npm ci - - run: cd gh-pages ls -la - - run: cd github-pages ls -la + - run: cd gh-pages && ls -la + - run: cd github-pages && ls -la # - name: Lint # run: npm run test:lint # - name: Run Tests