Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxNB committed Feb 7, 2021
1 parent 2fe2b1f commit 6098f97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./docs_src/__DOCS__/dist/svelte-chota
PUBLISH_DIR: ./docs_src/__DOCS__/dist/svelte-chota

2 changes: 1 addition & 1 deletion docs_src/src/pages/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Details from '@INCLUDES/Details.svelte';
You have two ways to start working with `chota` and `svelte-chota`. Instructions are applieble for official [template](https://github.com/sveltejs/template).


<Details title="a. Import with Rollup plugin"
<Details title="a. Import CSS file in your root component"
comment="Recommended way"
>
Expand Down

0 comments on commit 6098f97

Please sign in to comment.