Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add new "arrows" favicon #1200

Merged
merged 29 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
a894e5b
initial attempt, needs testing
DaveSkender Jun 1, 2024
0c6ef09
update favicons
DaveSkender Jun 19, 2024
cddf724
Merge branch 'main' into inject-release-notes
DaveSkender Jun 20, 2024
3e92da5
temp: inert GH pack action
DaveSkender Jun 20, 2024
01589a4
more temp changes
DaveSkender Jun 20, 2024
bef1022
temp: more tweaks
DaveSkender Jun 20, 2024
758b0b0
temp: more tweaks
DaveSkender Jun 20, 2024
23b3a8d
temp: more tweaks
DaveSkender Jun 20, 2024
2cfc74d
temp: more tweaks
DaveSkender Jun 20, 2024
4326e71
temp: more tweaks
DaveSkender Jun 20, 2024
e0b2cf6
temp: more tweaks
DaveSkender Jun 20, 2024
2c3f779
temp: more tweaks
DaveSkender Jun 20, 2024
aa54a20
temp: more tweaks
DaveSkender Jun 20, 2024
013b6c7
temp: more tweaks
DaveSkender Jun 20, 2024
6f7fe00
temp: more tweaks
DaveSkender Jun 20, 2024
7bfaa8f
temp: more tweaks
DaveSkender Jun 20, 2024
af44a90
temp: more tweaks
DaveSkender Jun 20, 2024
40991da
temp: more tweaks
DaveSkender Jun 20, 2024
b2002e2
temp: hopefully last tweak
DaveSkender Jun 20, 2024
9d6cd76
temp: excape special characters, like %R
DaveSkender Jun 20, 2024
d3f4a7e
temp: more tweaks
DaveSkender Jun 20, 2024
2ab9e00
temp: more tweaks
DaveSkender Jun 20, 2024
94bd6e5
temp: more tweaks
DaveSkender Jun 20, 2024
49697ec
temp: minor tweaks, again
DaveSkender Jun 20, 2024
fe43baa
temp: caveman style, just find and replace ...
DaveSkender Jun 20, 2024
4ccb8f9
temp: more tweaks
DaveSkender Jun 20, 2024
cd5ac13
temp: this should work
DaveSkender Jun 20, 2024
0d10817
revert, with minor updates
DaveSkender Jun 20, 2024
733a50e
revert: csproj URL
DaveSkender Jun 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ jobs:
- name: Compose version
id: compose
run: |
COMPOSED_VERSION=${{ steps.gitversion.outputs.majorMinorPatch }}${{ inputs.preview && '-preview.' || '' }}${{ inputs.preview && steps.gitversion.outputs.preReleaseNumber || inputs.preview && github.run_number || '' }}
echo "version=$COMPOSED_VERSION" >> "$GITHUB_OUTPUT"
echo "COMPOSED_VERSION=$COMPOSED_VERSION" >> "$GITHUB_ENV"
ver=${{ steps.gitversion.outputs.majorMinorPatch }}${{ inputs.preview && '-preview.' || '' }}${{ inputs.preview && steps.gitversion.outputs.preReleaseNumber || inputs.preview && github.run_number || '' }}
echo "version=$ver" >> "$GITHUB_OUTPUT"

- name: Update release notes URL
uses: jacobtomlinson/gha-find-replace@v3
Expand Down Expand Up @@ -86,7 +85,7 @@ jobs:
-p:PackageVersion=${{ steps.compose.outputs.version }}

- name: Save package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: NuGet
Expand All @@ -100,7 +99,7 @@ jobs:
echo "| Minor | ${{ steps.gitversion.outputs.minor }} |"
echo "| Patch | ${{ steps.gitversion.outputs.patch }} |"
echo "| Base | ${{ steps.gitversion.outputs.majorMinorPatch }} |"
echo "| Composed | ${{ steps.compose.outputs.COMPOSED_VERSION }} |"
echo "| Composed | ${{ steps.compose.outputs.version }} |"
} >> $GITHUB_STEP_SUMMARY

deploy:
Expand Down Expand Up @@ -140,7 +139,7 @@ jobs:
nuget-version: '6.x'

- name: Download package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: packages
path: NuGet
Expand Down
6 changes: 3 additions & 3 deletions docs/GemFile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GEM
ethon (0.16.0)
ffi (>= 1.15.0)
execjs (2.9.1)
faraday (2.9.1)
faraday (2.9.2)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
Expand Down Expand Up @@ -240,7 +240,7 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.23.1)
minitest (5.24.0)
mutex_m (0.2.0)
net-http (0.4.1)
uri
Expand All @@ -253,7 +253,7 @@ GEM
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.5)
public_suffix (5.1.1)
racc (1.8.0)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
Expand Down
1 change: 1 addition & 0 deletions docs/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">

<link defer rel="manifest" href="/assets/manifest.json">
<link defer rel="icon" type="image/svg+xml" href="/favicon.svg?v=YYYY.MM.DD">
<link defer rel="icon" type="image/x-icon" href="/favicon.ico?v=YYYY.MM.DD">
<link defer rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png?v=YYYY.MM.DD">
<link defer rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png?v=YYYY.MM.DD">
Expand Down
Binary file modified docs/assets/icons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/icons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/icons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/icons/maskable_icon_x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/icons/maskable_icon_x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/icons/mstile-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/icons/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/icons/mstile-310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/icons/mstile-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/icons/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/assets/icons/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions docs/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.