Skip to content

Commit

Permalink
Update utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfieJones committed Jun 9, 2024
1 parent 6640520 commit b4c329d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/marketing-astro/src/pages/docs/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const getAllFiles = async () => {
const gitFiles = await octokit.graphql<GitFiles>(
`{
repository(owner: "pixeleye-io", name: "pixeleye") {
object(expression: "HEAD:docs") {
object(expression: "${import.meta.env.VERCEL_GIT_COMMIT_SHA || "HEAD"}:docs") {
... on Tree {
entries {
name
Expand Down

0 comments on commit b4c329d

Please sign in to comment.