-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed docs building and deploying by installing required peer depende…
…ncies (#135)
- Loading branch information
1 parent
8a26cc8
commit d40a31c
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
push: | ||
branches: | ||
- main | ||
|
||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
|
@@ -39,9 +39,12 @@ jobs: | |
- name: Install Dependencies | ||
run: yarn | ||
|
||
- name: Install Peer Dependencies | ||
run: yarn add -W [email protected] wagmi | ||
|
||
- name: Create Docs | ||
run: yarn docs | ||
|
||
# Checks out the newly built docs artifact to the gh-pages branch of this repo | ||
# Then, publishes to github actions. | ||
- name: Checkout gh-pages and Deploy to GitHub Pages | ||
|
@@ -52,4 +55,4 @@ jobs: | |
build_dir: docs | ||
keep_history: true | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |