mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Merge branch 'master' into feature/1521_Support_Tray_Menus
This commit is contained in:
commit
97ca8387af
3 changed files with 17 additions and 10 deletions
14
.github/workflows/generate-sponsor-image.yml
vendored
14
.github/workflows/generate-sponsor-image.yml
vendored
|
|
@ -23,10 +23,12 @@ jobs:
|
|||
SPONSORKIT_GITHUB_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
|
||||
SPONSORKIT_GITHUB_LOGIN: wailsapp
|
||||
|
||||
- name: Commit
|
||||
uses: EndBug/add-and-commit@v4
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
message: "chore: update sponsors.svg"
|
||||
add: "website/static/img/sponsors.svg"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: "chore: update sponsors.svg"
|
||||
add-paths: "website/static/img/sponsors.svg"
|
||||
title: Update Sponsor Image
|
||||
body: Generated new image
|
||||
branch: update-sponsors
|
||||
delete-branch: true
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ html[data-theme="light"] .button--secondary {
|
|||
--ifm-button-color: white;
|
||||
--ifm-container-width-xl: 95%;
|
||||
--ifm-font-color-base-inverse: #df0000;
|
||||
--docusaurus-highlighted-code-line-bg: #8888;
|
||||
}
|
||||
|
||||
.docusaurus-highlight-code-line {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 127 KiB |
Loading…
Add table
Add a link
Reference in a new issue