Skip to content

Commit 4ebaf86

Browse files
committed
Merge branch 'master' of github.com:breadlesscode/neos-backups
2 parents c322420 + 03c4229 commit 4ebaf86

File tree

3 files changed

+676
-2
lines changed

3 files changed

+676
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: '12.x'
1818
- name: 'Install dependencies'
19-
run: npm install
19+
run: npm -v && npm install
2020
- name: 'Build documentation'
2121
run: npm run docs:build
2222
- name: 'Deploy to GitHub-Pages'

Documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ features:
1313
details: Its free, why not use it? Its always better to have backups.
1414
- title: Open Source
1515
details: You discovered a bug? No problem, go to the Github page and report it.
16-
footer: MIT Licensed | Copyright © 2020 by Marvin Kuhn
16+
footer: GPL-3.0 Licensed | Copyright © 2020 by Marvin Kuhn
1717
---

0 commit comments

Comments
 (0)