Skip to content

Commit

Permalink
fix: Landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
areknawo committed Jul 3, 2024
1 parent 7d1dd41 commit 070a68e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
PUBLIC_VRITE_SEARCH_CONTENT_GROUP: 65d5f9a25a6b29a3ac69c65c
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: PNPM
uses: pnpm/action-setup@v4
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-landing-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
VRITE_CONTENT_GROUP_ID: 640b816da3d81d99daed3475
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: PNPM
uses: pnpm/action-setup@v4
- name: Build
Expand Down
1 change: 0 additions & 1 deletion apps/landing-page/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const { VRITE_ACCESS_TOKEN, VRITE_CONTENT_GROUP_ID, ...vars } = loadEnv(
process.cwd(),
"VRITE_"
);
console.log(VRITE_ACCESS_TOKEN, VRITE_CONTENT_GROUP_ID, vars);

export default defineConfig({
integrations: [
Expand Down

0 comments on commit 070a68e

Please sign in to comment.