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