Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit a657650

Browse files
committed
Merge branch 'prod'
2 parents cc3f80c + 5a55824 commit a657650

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-deploy-gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# local changes
2121
- run: yarn --frozen-lockfile
2222
- run: yarn install
23-
- run: yarn run build:docs
23+
- run: yarn run build
2424
env:
2525
CI: false
2626
- run: rm -r -f docs

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-docs-documentation",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"private": false,
55
"description": "Documentation for Material Docs. material-docs - react framework for easy creating documentation site in material design style.",
66
"homepage": "http://material-docs.com/",

0 commit comments

Comments
 (0)