mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-08 20:48:06 -05:00
fix docs deploy github action (#405)
This commit is contained in:
committed by
Jeremy Felder
parent
1c1b2bab64
commit
76939f34e0
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./build
|
||||
publish_dir: ./repo/docs/build
|
||||
user_name: github-actions[bot]
|
||||
user_email: 41898282+github-actions[bot]@users.noreply.github.com
|
||||
working-directory: ./repo/docs
|
||||
|
||||
@@ -9,7 +9,7 @@ const config = {
|
||||
title: 'Ingonyama Developer Documentation',
|
||||
tagline: 'Ingonyama is a next-generation semiconductor company, focusing on Zero-Knowledge Proof hardware acceleration. We build accelerators for advanced cryptography, unlocking real-time applications.',
|
||||
url: 'https://dev.ingonyama.com/',
|
||||
baseUrl: '/',
|
||||
baseUrl: '/icicle/',
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
favicon: 'img/logo.png',
|
||||
|
||||
Reference in New Issue
Block a user