diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 28bb868e4..a033a212e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,4 +21,7 @@ jobs: - uses: actions/checkout@v2 - name: Build Documentation - run: chmod +x deploy.sh && git config user.email "you@example.com" && git config user.name "Skillz4KillzGHA" && ./deploy.sh + run: chmod +x deploy.sh + git config user.email "you@example.com" + git config user.name "Skillz4KillzGHA" + ./deploy.sh