diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 73a0c3b5..d22a6ace 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,10 +40,10 @@ jobs: # --thread-count=32 - name: CDN refresh run: | - cat cdnrefresh.txt | while read line - do - echo $line - done + cat cdnrefresh.txt | while read line + do + echo $line + done echo "https://cdn.d2.pub/${GITHUB_REPOSITORY//*\//}/preview/" > cdnrefresh.txt ./qshell cdnrefresh --dirs -i ./cdnrefresh.txt