Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Nov 18, 2023
1 parent 410569f commit 766cbd5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
with:
path: './packages/website/dist/'

deploy:
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
# deploy:
# needs: build
# runs-on: ubuntu-latest
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
# steps:
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v1
4 changes: 2 additions & 2 deletions packages/website/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ hero:
file: ../../assets/houston.webp
actions:
- text: Get started
link: /spotlight/what-is-spotlight/
link: /what-is-spotlight/
icon: right-arrow
variant: primary
- text: Read the Spotlight docs
link: /spotlight/reference/configuration/
link: /reference/configuration/
---

import { Card, CardGrid } from '@astrojs/starlight/components';
Expand Down

0 comments on commit 766cbd5

Please sign in to comment.