chore: organise folders
29
media/.github/workflows/update-parents.yml
vendored
@ -1,29 +0,0 @@
|
|||||||
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 }}'
|
|
@ -1,5 +0,0 @@
|
|||||||
# 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)
|
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |