Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.
/ writerside Public archive

Commit c6e4af7

Browse files
Update files
1 parent fd6a094 commit c6e4af7

File tree

4 files changed

+54
-2
lines changed

4 files changed

+54
-2
lines changed

.github/workflows/license.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Update license
2+
3+
on:
4+
schedule:
5+
- cron: '0 3 1 1 *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
Update:
10+
uses: TheDragonCode/.github/.github/workflows/license.yml@main

.github/workflows/preview.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Preview Updater
2+
3+
on:
4+
schedule:
5+
- cron: '20 2 * * *'
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
preview:
14+
uses: TheDragonCode/.github/.github/workflows/preview.yml@main

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
{
22
"name": "package-wizard/writerside",
33
"description": "Template for JetBrains Writerside documentation",
4-
"type": "project",
54
"license": "MIT",
5+
"type": "project",
66
"authors": [
77
{
88
"name": "Andrey Helldar",
99
"email": "helldar@dragon-code.pro"
1010
}
1111
],
12+
"funding": [
13+
{
14+
"type": "boosty",
15+
"url": "https://boosty.to/dragon-code"
16+
},
17+
{
18+
"type": "yoomoney",
19+
"url": "https://yoomoney.ru/to/410012608840929"
20+
}
21+
],
1222
"minimum-stability": "stable"
13-
}
23+
}

composer.lock

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)