mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Merge branch 'feature/update_to_node20' into feature/update_electron
This commit is contained in:
commit
e778680e94
3
.github/workflows/dev.yml
vendored
3
.github/workflows/dev.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: Dev
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '!develop'
|
||||
- '!feature/update*'
|
||||
jobs:
|
||||
build_docker:
|
||||
name: Build Docker image
|
||||
|
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'develop'
|
||||
- 'feature/update*'
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
2
bin/docs/.gitignore
vendored
Normal file
2
bin/docs/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
output
|
||||
.env
|
@ -1,4 +0,0 @@
|
||||
SHARE_PROTOCOL=https
|
||||
SHARE_HOST=notes.eliandoran.me
|
||||
ROOT_NOTE_ID=4yYHqKbLovVX
|
||||
SHARE_URL=https://notes.eliandoran.me/share/4yYHqKbLovVX
|
1
docs-new/.gitignore
vendored
1
docs-new/.gitignore
vendored
@ -1 +0,0 @@
|
||||
output
|
Loading…
x
Reference in New Issue
Block a user