Skip to content

Commit

Permalink
Add favicon to hosted documentation pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed May 14, 2024
1 parent 8fb0e1a commit 132660d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
- name: Check out code
uses: actions/checkout@v4

- name: Install Swift
Expand All @@ -41,8 +41,14 @@ jobs:
--transform-for-static-hosting \
--hosting-base-path WWDCNotes \
--output-path ./docs
- name: Override Favicons
run: |
rm ./docs/favicon.svg
rm ./docs/favicon.ico
cp ./favicon.ico ./docs/favicon.ico
- name: Deploy 🚀
- name: Deploy to Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ DerivedData/
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
.docc-build
docs
Binary file added favicon.ico
Binary file not shown.

0 comments on commit 132660d

Please sign in to comment.