Skip to content

Commit

Permalink
Remove legacy download-font-awesome.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeetree committed Feb 3, 2025
1 parent 1953b8f commit 22495a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ 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
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@ cd raidoc
python -m pip install -e .
```

Next, you need to download Font Awesome icons and place
them under `doc/fontawesome`
```sh
# From the root of the repo
cd doc
wget https://use.fontawesome.com/releases/v6.6.0/fontawesome-free-6.
6.0-web.zip
unzip fontawesome-free-6.6.0-web.zip
mv fontawesome-free-6.6.0-web.zip fontawesome
```

You can then build the documentation like this.
The command MUST be run from the root of the repo.

Expand Down
10 changes: 0 additions & 10 deletions download-font-awesome.sh

This file was deleted.

0 comments on commit 22495a5

Please sign in to comment.