diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index db2f61f..bad115b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -23,7 +23,7 @@ jobs: run: yarn build - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: cname: thecloudsphere.io github_token: ${{ secrets.GITHUB_TOKEN }}