Skip to content

Commit

Permalink
Update test workflow to include docs root path and add .vercel to .gi…
Browse files Browse the repository at this point in the history
…tignore
  • Loading branch information
PieterDePauw committed Nov 13, 2024
1 parent 00c5af5 commit 4197ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
with:
database-url: ${{ env.DATABASE_URL }}
openai-api-key: ${{ env.OPENAI_API_KEY }}
#docs-root-path: "docs/"
docs-root-path: "docs/"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@ lib/**/*
.env
.env*
!.env.example
.vercel

0 comments on commit 4197ea8

Please sign in to comment.