Skip to content

Commit 9cf11ff

Browse files
change build system to pull favicon on docs build instead of embedding
1 parent dda0b9f commit 9cf11ff

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/doxygen.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
submodules: recursive
2020
- name: Configure Pages
2121
uses: actions/configure-pages@v5.0.0
22+
- run: |
23+
mkdir ./assets
24+
curl -o ./assets/favicon.png "https://raidcore.gg/favicon.png"
2225
- name: Build Doxygen
2326
uses: mattnotmitt/doxygen-action@1.12.0
2427
- name: Upload Artifact

assets/favicon.png

-1.32 KB
Binary file not shown.

0 commit comments

Comments
 (0)