Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,21 @@ jobs:
needs: [repo-hygiene, trackkit-core]
if: github.ref == 'refs/heads/main'
permissions:
contents: write
contents: read
pages: write
id-token: write
environment:
name: github-pages

steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Configure Pages
uses: actions/configure-pages@v5

- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
Expand Down
14 changes: 7 additions & 7 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ export default {
socialLinks: [
{ icon: 'github', link: 'https://github.com/enkosiventures/trackkit' },
{ icon: 'twitter', link: 'https://twitter.com/EnkosiVentures' },
{
icon: {
svg: '<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="20"><title>Enkosi Ventures Logo</title><path d="M150 5 L75 200 L225 200 Z" stroke="green" fill="green" /></svg>'
// {
// icon: {
// svg: '<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="20"><title>Enkosi Ventures Logo</title><path d="M150 5 L75 200 L225 200 Z" stroke="green" fill="green" /></svg>'

},
link: 'https://enkosiventures.com',
ariaLabel: 'Enkosi Ventures'
}
// },
// link: 'https://enkosiventures.com',
// ariaLabel: 'Enkosi Ventures'
// }
],

search: {
Expand Down