diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 06af5297d..91e3c1f24 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,4 +21,4 @@ jobs: - uses: actions/checkout@v2 - name: Build Documentation - run: chmod +x deploy.sh + run: chmod +x deploy.sh && ./deploy.sh