From aaaf79728304db7da16104fc0880b6712e2b55ad Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Thu, 28 Jan 2021 21:10:52 +0530 Subject: [PATCH] test with execute --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1baae11..012af90 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,8 +23,8 @@ jobs: - uses: actions/checkout@v2 # Runs a single command using the runners shell - # - name: set up permissions - # run: chmod +x pages-publish.sh + - name: set up permissions + run: chmod +x pages-publish.sh # Runs a set of commands using the runners shell - name: Run a multi-line script