Skip to content

Commit

Permalink
fix: gh-pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ethicnology committed May 21, 2023
1 parent ba99619 commit a601f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ git add -A
git commit -m 'deploy'

# if you are deploying to https://<USERNAME>.github.io/<REPO>
git push -f git@github.com:ethicnology/dispute.git main:gh-pages #main or master
git push -f git@github.com:ethicnology/dispute.git master:gh-pages #main or master

cd -

0 comments on commit a601f85

Please sign in to comment.