Skip to content

Commit 49f722d

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

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: Deploy docs internally
21
on:
32
push:
43
branches:
54
- main
5+
workflow_dispatch:
6+
7+
name: deploy-internal
8+
run-name: Deploy docs internally
69
jobs:
710
build-docs:
811
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)