We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef66914 commit e136a93Copy full SHA for e136a93
.github/workflows/deploy-github-pages.yaml
@@ -4,7 +4,7 @@ name: Deploy to GitHub Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["master"]
+ branches: ["main"]
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
README.md
@@ -23,7 +23,7 @@ Web is the main supported platform but the system allows easier extension with m
23
* [x] Define initial components
24
* [x] Add some guides
25
* [ ] Setup npm package and document how it should be used
26
- * [ ] Auto deployment script
+ * [x] Auto deployment script
27
* [ ] Add component proposal template
28
* [ ] Develop at least one component form the MVP list
29
0 commit comments