Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Feb 18, 2025
1 parent 47c1d2f commit 275d1c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- uses: peaceiris/actions-gh-pages@v3
env:
CANONICAL_URL: ${{ secrets.CANONICAL_URL }}
DEPLOYMENT_URL: ${{ secrets.DEPLOYMENT_URL }}
NEXT_PUBLIC_CANONICAL_URL: ${{ secrets.NEXT_PUBLIC_CANONICAL_URL }}
NEXT_PUBLIC_DEPLOYMENT_URL: ${{ secrets.NEXT_PUBLIC_DEPLOYMENT_URL }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: out
Expand Down
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export default function Home() {
return (
<Page>
<HeaderMenu
canonicalUrl={process.env.CANONICAL_URL!}
deploymentUrl={process.env.DEPLOYMENT_URL!}
canonicalUrl={process.env.NEXT_PUBLIC_CANONICAL_URL!}
deploymentUrl={process.env.NEXT_PUBLIC_DEPLOYMENT_URL!}
/>
<Breadcrumb>
<BreadcrumbList>
Expand Down

0 comments on commit 275d1c9

Please sign in to comment.