Merge submodule contents for media/main
29
media/.github/workflows/update-parents.yml
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
name: 'update parent repositories'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
name: update parent
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
repo: ['notion-enhancer/extension', 'notion-enhancer/desktop']
|
||||
steps:
|
||||
- name: checkout repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.CI_TOKEN }}
|
||||
submodules: true
|
||||
repository: ${{ matrix.repo }}
|
||||
- name: pull updates
|
||||
run: |
|
||||
git pull --recurse-submodules
|
||||
git submodule update --remote --recursive
|
||||
- name: commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: '[${{ github.event.repository.name }}] ${{ github.event.head_commit.message }}'
|
5
media/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# notion-enhancer/media
|
||||
|
||||
the notion-enhancer's logo in all its forms
|
||||
|
||||
[read the docs online](https://notion-enhancer.github.io/about/terms-and-conditions/#branding)
|
BIN
media/animated.gif
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
media/blackwhite-x128.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
media/blackwhite-x16.png
Normal file
After Width: | Height: | Size: 623 B |
BIN
media/blackwhite-x256.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
media/blackwhite-x32.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
media/blackwhite-x48.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
media/blackwhite-x512.png
Normal file
After Width: | Height: | Size: 21 KiB |
30
media/blackwhite.svg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
media/colour-x128.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
media/colour-x16.png
Normal file
After Width: | Height: | Size: 634 B |
BIN
media/colour-x256.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
media/colour-x32.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
media/colour-x48.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
media/colour-x512.png
Normal file
After Width: | Height: | Size: 24 KiB |
64
media/colour.svg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
media/promo-large.jpg
Normal file
After Width: | Height: | Size: 65 KiB |
BIN
media/promo-marquee.jpg
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
media/promo-small.jpg
Normal file
After Width: | Height: | Size: 19 KiB |