fix: update API conformance test to point to new schema location (#3528)

# What does this PR do?

Update file paths in the conformance workflow to reflect the new location of the llama-stack-spec files from `docs/_static/` to `docs/static/`. Also update the `.gitignore` file to exclude Docusaurus-related directories (`docs/.docusaurus/` and `docs/node_modules/`).

## Test Plan

- Run the workflow locally
This commit is contained in:
Alexey Rybak 2025-09-24 13:59:31 -07:00 committed by GitHub
parent 0a7d1adfee
commit 45da31801c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View file

@ -30,3 +30,5 @@ AGENTS.md
server.log
CLAUDE.md
.claude/
docs/.docusaurus/
docs/node_modules/