Skip to content

Commit

Permalink
fix(docs): missing env var for gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Mar 31, 2024
1 parent d02060a commit 1c6a0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build documentation
run: |
cd docs
make html
BROWNIE_NETWORK_ID=mainnet make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 1c6a0a5

Please sign in to comment.