fix readme
This commit is contained in:
parent
630f0aabe8
commit
19dcb4e8f3
2 changed files with 3 additions and 1 deletions
2
.github/workflows/mdbook.yml
vendored
2
.github/workflows/mdbook.yml
vendored
|
@ -45,6 +45,8 @@ jobs:
|
|||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v5
|
||||
- name: install deps
|
||||
run: cargo install mdbook-svgbob mdbook-alerts
|
||||
- name: Build with mdBook
|
||||
run: mdbook build
|
||||
- name: Upload artifact
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# src Language
|
||||
|
||||
<img src="https://ok.software/ok/src/media/branch/main/docs/taocp.png" align="right" width="200">
|
||||
<img src="https://srclang.org/taocp.png" align="right" width="200">
|
||||
|
||||
Welcome to the documentation for the src language!
|
||||
|
||||
|
|
Loading…
Reference in a new issue