This commit is contained in:
srgooglo 2020-10-09 15:27:28 +02:00
commit 14a77a37e1
2 changed files with 15 additions and 2 deletions

13
.github/workflows/changelog.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Create Changelogs
on:
push:
branches: [ master ]
jobs:
create_changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create Changelogs
uses: heineiuo/create-changelogs@v0.2.8

View File

@ -2,7 +2,7 @@
user-select: none; user-select: none;
width: 100px; width: 100px;
height: 30px; height: 30px;
padding: 5px 15px 5px 15px; padding: 5px 15px;
text-decoration: none; text-decoration: none;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;