We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f16d63 commit 7723123Copy full SHA for 7723123
1 file changed
.github/workflows/deploy-docusaurus.yml
@@ -27,11 +27,10 @@ jobs:
27
npm run build
28
- name: Deploy to GitHub Pages
29
if: success()
30
- uses: crazy-max/ghaction-github-pages@v4
+ uses: crazy-max/ghaction-github-pages@v3
31
with:
32
target_branch: release
33
build_dir: build
34
domain: docs.resgrid.com
35
- repo: https://github.com/Resgrid/docs.git
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments