forked from libre-chip/website
add WIP CPU architecture draft proposal
This commit is contained in:
parent
0442390142
commit
e9aaaec5f1
7 changed files with 202 additions and 3 deletions
|
@ -13,8 +13,10 @@ jobs:
|
|||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install latest mdbook
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update -qq
|
||||
apt-get install -qq dia python3
|
||||
scripts/install_deps.sh
|
||||
echo "`pwd`"/bin >> $GITHUB_PATH
|
||||
- name: Build Book
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue