Skip to content

Commit a8e909a

Browse files
committed
entwicklung: expand by default
1 parent 0161561 commit a8e909a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/auto-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- name: Checkout repo
13+
- name: Checkout Repository
1414
uses: actions/checkout@v4
1515

16-
- name: Build documentation
16+
- name: Build Documentation
1717
id: build
1818
run: |
1919
cd hyperbook

hyperbook/book/entwicklung/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Entwicklung eines Computerspielers
33
index: 2
4+
expanded: true
45
---
56

67
# Die Ersten (Programmier-)Schritte

0 commit comments

Comments
 (0)