Skip to content

Commit

Permalink
fix(docs): setup brownie network in deploy action (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Mar 31, 2024
1 parent ff2fc4c commit 69fbb31
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
pip install -r requirements.txt
pip install sphinx sphinx-rtd-theme
- name: Setup brownie networks
run: |
brownie networks modify mainnet host=${{ secrets[WEB3_PROVIDER] }}
continue-on-error: true

- name: Build documentation config
run: |
pip install .
Expand Down Expand Up @@ -62,4 +67,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 69fbb31

Please sign in to comment.