We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7723123 commit b4b968dCopy full SHA for b4b968d
1 file changed
.github/workflows/deploy-docusaurus.yml
@@ -27,7 +27,7 @@ jobs:
27
npm run build
28
- name: Deploy to GitHub Pages
29
if: success()
30
- uses: crazy-max/ghaction-github-pages@v3
+ uses: crazy-max/ghaction-github-pages@v2
31
with:
32
target_branch: release
33
build_dir: build
0 commit comments