Skip to content

Commit a779246

Browse files
Use main branch instead for deployment
1 parent 580b089 commit a779246

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Deploy the documentation
2626
uses: JamesIves/github-pages-deploy-action@releases/v4
2727
with:
28-
branch: master
28+
branch: main
2929
folder: docs/.vuepress/dist

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Website for tutorials and documentation.
1111
## Deploy
1212
* Run `npm run build`
1313
* Try the build locally using `npx serve docs/.vuepress/dist`
14-
* Automatic deployment through Github Actions on the `master` branch
14+
* Automatic deployment through Github Actions on the `main` branch
1515

1616
## Tips for docs writers
1717
If you need very special demo that doesn't work with the `<MojsCode>` or the `MojsInteractive` components, create a new one and add it to the "components" folder. Make sure the name doesn't contain a number, VuePress doesn't like that.

0 commit comments

Comments
 (0)