Skip to content

Commit 0d7eaf4

Browse files
authored
Merge pull request #22 from Resgrid/develop
I don't know anymore
2 parents 7b3bdbe + 7723123 commit 0d7eaf4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-docusaurus.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ jobs:
2727
npm run build
2828
- name: Deploy to GitHub Pages
2929
if: success()
30-
uses: crazy-max/ghaction-github-pages@v4
30+
uses: crazy-max/ghaction-github-pages@v3
3131
with:
3232
target_branch: release
3333
build_dir: build
3434
domain: docs.resgrid.com
35-
repo: https://github.com/Resgrid/docs.git
3635
env:
3736
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)