We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c322420 + 03c4229 commit 4ebaf86Copy full SHA for 4ebaf86
.github/workflows/documentation.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
node-version: '12.x'
18
- name: 'Install dependencies'
19
- run: npm install
+ run: npm -v && npm install
20
- name: 'Build documentation'
21
run: npm run docs:build
22
- name: 'Deploy to GitHub-Pages'
Documentation/README.md
@@ -13,5 +13,5 @@ features:
13
details: Its free, why not use it? Its always better to have backups.
14
- title: Open Source
15
details: You discovered a bug? No problem, go to the Github page and report it.
-footer: MIT Licensed | Copyright © 2020 by Marvin Kuhn
+footer: GPL-3.0 Licensed | Copyright © 2020 by Marvin Kuhn
---
0 commit comments