Skip to content

Commit

Permalink
fix: seo url
Browse files Browse the repository at this point in the history
  • Loading branch information
AruSeito authored Jan 3, 2024
1 parent 217127e commit fb0db5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
env:
ILLA_URL: "https://illa.cloud"
ILLA_URL: "https://illacloud.github.io"
ILLA_BASE_URL: "/illa-website/"

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
'beta' }}
env:
ILLA_APP_ENV: ${{ vars.ILLA_APP_ENV }}
ILLA_URL: https://illa.cloud
ILLA_URL: "https://illacloud.com"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fb0db5d

Please sign in to comment.