Skip to content

Commit

Permalink
chore: fixing autogenned docs for publish-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Nov 7, 2023
1 parent c97fb77 commit ba5e98a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
run: |
yarn workspace @noir-lang/noir_js build
- name: Build docs
run:
yarn workspace docs build

- name: Cut a new version
working-directory: ./docs
run: yarn docusaurus docs:version ${{ inputs.tag }}
Expand Down

1 comment on commit ba5e98a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://noir-lang.org as production
🚀 Deployed on https://654a015d8a9c6b7a9105a8cc--noir-docs.netlify.app

Please sign in to comment.