Merge branch 'master' into deploy.sh-overwrite-symbolic-link

This commit is contained in:
mahula 2023-10-05 14:06:07 +02:00 committed by GitHub
commit ea5a62bd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3005 additions and 2089 deletions

View File

@ -21,6 +21,7 @@ fi
# Build the project
cd $PROJECT_ROOT
rm -R $BUILD_DIR
npm install
npm run build
# Copy files and Sym link

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node 19
uses: actions/setup-node@v3

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node 19
uses: actions/setup-node@v3

5085
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.2",
"textlint-rule-max-comma": "^2.0.2",
"textlint-rule-no-dead-link": "^5.1.2",
"textlint-rule-no-empty-element": "^0.3.1",
@ -35,7 +35,7 @@
"textlint-rule-no-zero-width-spaces": "^1.0.1",
"textlint-rule-period-in-list-item": "^1.0.1",
"textlint-rule-write-good": "^2.0.0",
"vuepress": "^1.9.8",
"vuepress": "^1.9.10",
"vuepress-theme-book": "^0.0.9"
}
}