Skip to content

Commit

Permalink
Bump version, fix font awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeetree committed Sep 3, 2024
1 parent 3a7d161 commit eed17f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
source venv/bin/activate
python -m pip install raimad
- name: get fontawesome
run: ./download-font-awesome.sh

- name: build raidoc
run: |
source venv/bin/activate
Expand Down
5 changes: 5 additions & 0 deletions download-font-awesome.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

wget https://use.fontawesome.com/releases/v6.6.0/fontawesome-free-6.6.0-web.zip
unzip fontawesome-free-6.6.0-web.zip -d doc/fontawesome

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "raidoc"
version = "1.0.6.0"
version = "1.1.0.0"
description = "Documentation for RAIMAD"
authors = [
{name = "maybetree", email = "[email protected]"}
Expand Down

0 comments on commit eed17f7

Please sign in to comment.