Skip to content

Commit

Permalink
chore(docs): nits for now
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Sep 30, 2024
1 parent 4fb7a9f commit 0e3ec01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
enable-github-deployment: false
deploy-message: "Deploy from GitHub Actions for PR ${{ github.event.number }}"
netlify-config-path: './docs/netlify.toml'
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ tooling/noir_js/lib

# docs autogen build
/docs/docs/noir_js/reference/

# Local Netlify folder
.netlify

0 comments on commit 0e3ec01

Please sign in to comment.