diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bbab903..b1b5dbe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -112,7 +112,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 continue-on-error: true deploy-hostgator: diff --git a/.github/workflows/weekly-release.yml b/.github/workflows/weekly-release.yml index 0bbb3e1..5e930f2 100644 --- a/.github/workflows/weekly-release.yml +++ b/.github/workflows/weekly-release.yml @@ -168,7 +168,7 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 deploy-hostgator: name: Deploy to HostGator (FTP)