Skip to content

Commit 8ba6b25

Browse files
committed
Update Workflows and META
1 parent 7a05a68 commit 8ba6b25

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: "Install"
2828
id: install
2929
run: |
30-
npm install
30+
npm ci
3131
3232
#- name: "ESLint"
3333
# if: ${{ !cancelled() }}

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: "Install Dependencies"
4545
run: |
46-
npm install
46+
npm ci
4747
4848
- name: "Build Documentation"
4949
run: npm run build

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const settings = {
55
name: 'Django Files Upload Server',
66
description: {
77
short: 'Feature Packed Self-Hosted ShareX Upload Server.',
8-
long: 'A Feature Packed, Self-Hosted, Docker File Upload and Sharing Server with Native Clients for All Platforms.',
8+
long: 'A Feature Packed, Self-Hosted, File Upload and Sharing Server running in Docker for ShareX with Native Mobile Clients for All Platforms.',
99
},
1010
}
1111

docs/team.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
# https://vitepress.dev/reference/default-theme-team-page
33
layout: page
4+
sidebar: false
45

56
title: Our Team
67
---
78

89
<script setup>
10+
// noinspection JSUnusedGlobalSymbols
911
import {
1012
VPTeamPage,
1113
VPTeamPageTitle,
@@ -83,5 +85,6 @@ const members = [
8385
Meet the AI behind the software…
8486
</template>
8587
</VPTeamPageTitle>
88+
<!--suppress CheckEmptyScriptTag -->
8689
<VPTeamMembers :members />
8790
</VPTeamPage>

0 commit comments

Comments
 (0)