File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 5959 rm -rf allwpilib/docs/development/java allwpilib/docs/development/cpp
6060 mv allwpilib/docs/development/javadoc allwpilib/docs/development/java
6161 mv allwpilib/docs/development/doxygen/html allwpilib/docs/development/cpp
62+ - run : wget -O favicon.ico https://raw.githubusercontent.com/wpilibsuite/branding/main/export/ico/wpilib-icon-256.ico
6263 - name : Get pages url
6364 run : echo url=$(gh api "repos/${{ github.repository }}/pages" --jq '.html_url') >> $GITHUB_ENV
6465 env :
Original file line number Diff line number Diff line change 2121 height : 100% ;
2222 }
2323 </ style >
24+ < link rel ="icon " href ="favicon.ico " sizes ="48x48 ">
25+ < link rel ="icon " href ="https://raw.githubusercontent.com/wpilibsuite/branding/main/export/svg/wpilib-icon.svg " sizes ="any " type ="image/svg+xml ">
26+ < link rel ="apple-touch-icon " href ="https://raw.githubusercontent.com/wpilibsuite/branding/main/export/png/wpilib-icon-256.png "/>
2427</ head >
2528
2629< body >
You can’t perform that action at this time.
0 commit comments