Skip to content

Commit

Permalink
fix(docs): pass ETHERSCAN_TOKEN when building docs (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Jul 29, 2024
1 parent fd1070e commit a3c0950
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
BROWNIE_NETWORK_ID=mainnet make html
BROWNIE_NETWORK_ID=mainnet ETHERSCAN_TOKEN=${{ secrets.ETHERSCAN_TOKEN }} make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit a3c0950

Please sign in to comment.