Skip to content

Commit

Permalink
📝 Updated deploy action to generate architect
Browse files Browse the repository at this point in the history
  • Loading branch information
Etesam913 committed Jul 29, 2022
1 parent b17f1c3 commit 8403096
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
node-version: 16.x
cache: yarn
- name: Auto Generate Blueprint Docs
run: python mephisto/scripts/local_db/gh_actions/auto_generate_blueprint.py
run: |
python mephisto/scripts/local_db/gh_actions/auto_generate_blueprint.py
python mephisto/scripts/local_db/gh_actions/auto_generate_architect.py
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
Expand Down

0 comments on commit 8403096

Please sign in to comment.