Skip to content

Commit c9c81c1

Browse files
committed
Enable workflow_disatch for internally deploy
1 parent 47d64ea commit c9c81c1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/deploy-docs-internal.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- main
6+
deploy_dispatch:
7+
68
jobs:
79
build-docs:
810
uses: ./.github/workflows/build-docs.yml

docs/source/index.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
ChipFlow Library Documentation
2-
==============================
3-
41
.. image:: chipflow-lib/_assets/chipflow-logo.svg
52
:width: 200px
63
:class: sd-m-auto
@@ -18,9 +15,10 @@ Contents
1815
--------
1916

2017
.. toctree::
21-
:caption: User Guide
18+
:caption: User Guide
2219

23-
chipflow-lib/index
24-
Amaranth Language and Toolchain <amaranth/index>
25-
Amaranth System-on-a-Chip toolkit <amaranth-soc/index>
26-
support
20+
chipflow-lib/getting-started
21+
chipflow-lib/index
22+
Amaranth Language and Toolchain <amaranth/index>
23+
Amaranth System-on-a-Chip toolkit <amaranth-soc/index>
24+
support

0 commit comments

Comments
 (0)