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 da942e0 commit 784f5b3
Showing 1 changed file with 2 additions and 2 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:
NEXT_PUBLIC_CANONICAL_URL: ${{ secrets.NEXT_PUBLIC_CANONICAL_URL }}
NEXT_PUBLIC_DEPLOYMENT_URL: ${{ secrets.NEXT_PUBLIC_DEPLOYMENT_URL }}
NEXT_PUBLIC_CANONICAL_URL: ${{ vars.NEXT_PUBLIC_CANONICAL_URL }}
NEXT_PUBLIC_DEPLOYMENT_URL: ${{ vars.NEXT_PUBLIC_DEPLOYMENT_URL }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: out
Expand Down

0 comments on commit 784f5b3

Please sign in to comment.