mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
Fix typo error on Tips & Tricks
(#708)
This commit is contained in:
parent
e856c26604
commit
5272944626
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ jobs:
|
||||||
branches:
|
branches:
|
||||||
ignore: gh-pages
|
ignore: gh-pages
|
||||||
steps:
|
steps:
|
||||||
-run: echo "Skipping tests on gh-pages branch"
|
- run: echo "Skipping tests on gh-pages branch"
|
||||||
```
|
```
|
||||||
|
|
||||||
Save this file as `config.yml` and place it in a `.circleci` folder inside your `website/static` folder.
|
Save this file as `config.yml` and place it in a `.circleci` folder inside your `website/static` folder.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue