Skip to content

Commit

Permalink
rename docs-next to next
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Apr 10, 2024
1 parent 20cef8c commit f2760eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/next.yml
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Pull Vercel Environment Information
run: vercel pull --yes --git-branch=release/1.0 --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: BASE_URL=https://docs-next.renative.org ALGOLIA_INDEX=renative_docsearch vercel build
run: BASE_URL=https://next.renative.org ALGOLIA_INDEX=renative_docsearch vercel build
- name: Deploy Project Artifacts to Vercel
run: |
url="$(vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }})"
vercel alias --token=${{ secrets.VERCEL_TOKEN }} --scope=${{ secrets.VERCEL_ORG_ID }} set "$url" docs-next.renative.org
vercel alias --token=${{ secrets.VERCEL_TOKEN }} --scope=${{ secrets.VERCEL_ORG_ID }} set "$url" next.renative.org
- name: Update Algolia index
uses: addnab/docker-run-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion config.next.json
@@ -1,7 +1,7 @@
{
"index_name": "renative_docsearch",
"sitemap_urls": [
"https://docs-next.renative.org/sitemap.xml"
"https://next.renative.org/sitemap.xml"
],
"selectors": {
"lvl0": {
Expand Down

0 comments on commit f2760eb

Please sign in to comment.