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

Commit 5a55824

Browse files
committed
[docs-deploy-gh-pages] Small fixes.
1 parent 06b0753 commit 5a55824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-docs-documentation",
3-
"version": "0.1.1",
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)