diff --git a/.github/workflows/gh-pages-build.yml b/.github/workflows/gh-pages-build.yml index 51c92e66b..1cc32f9ac 100644 --- a/.github/workflows/gh-pages-build.yml +++ b/.github/workflows/gh-pages-build.yml @@ -20,7 +20,7 @@ jobs: with: args: --config=config/eleventy.config.js --pathprefix=Front-end-Developer-Interview-Questions - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: publish_dir: ./_site publish_branch: gh-pages