diff --git a/.github/workflows/docs-and-deploy.yml b/.github/workflows/docs-and-deploy.yml index 574ea31..ffa345e 100644 --- a/.github/workflows/docs-and-deploy.yml +++ b/.github/workflows/docs-and-deploy.yml @@ -24,7 +24,7 @@ jobs: run: jazzy --root-url https://kukai-crypto-swift.kukai.app/ --output Documentation - name: Update Permissions - run: 'sudo chown --recursive $USER Documentation' + run: 'sudo chown -R $USER Documentation' - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.1.4