Skip to content

Commit

Permalink
ci: update doc generation workflow (#534)
Browse files Browse the repository at this point in the history
* ci: update doc generation workflow

* build: fix wrong domain name in .env file

* doc: improved workflow comment
  • Loading branch information
heueristik authored Feb 9, 2024
1 parent 5d44ddd commit 1b4d80a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/documentation-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Generate docs
run: yarn run docgen
working-directory: packages/contracts/
- name: Remove the plugins & token contracts docs
run: rm -rf plugins token
working-directory: packages/contracts/docs/developer-portal/03-reference-guide/
- name: Remove Framework Lifecycle docs
run: rm -rf 04-framework-lifecycle
working-directory: packages/contracts/docs/developer-portal/
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COINMARKETCAP_API_KEY=<Coinmarketcap-Api-Key>

MAINNET_DAO_ENS_DOMAIN=<ENS-Domain example: dao.eth>
GOERLI_DAO_ENS_DOMAIN=<ENS-Domain example: dao.eth>
SEPOLIOA_DAO_ENS_DOMAIN=<ENS-Domain example: dao.eth>
SEPOLIOA_DAO_ENS_DOMAIN=<ENS-Domain example: aragon-dao.eth>
BASEMAINNET_DAO_ENS_DOMAIN=<ENS-Domain example: dao.eth>
BASESEPOLIA_DAO_ENS_DOMAIN=<ENS-Domain example: dao.eth>
ARBITRUM_DAO_ENS_DOMAIN=<ENS-Domain example: dao.eth>
Expand Down

0 comments on commit 1b4d80a

Please sign in to comment.