mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Merge branch 'master' into deploy.sh-overwrite-symbolic-link
This commit is contained in:
commit
ea5a62bd23
1
.github/webhooks/deploy.sh
vendored
1
.github/webhooks/deploy.sh
vendored
@ -21,6 +21,7 @@ fi
|
|||||||
# Build the project
|
# Build the project
|
||||||
cd $PROJECT_ROOT
|
cd $PROJECT_ROOT
|
||||||
rm -R $BUILD_DIR
|
rm -R $BUILD_DIR
|
||||||
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
# Copy files and Sym link
|
# Copy files and Sym link
|
||||||
|
|||||||
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Node 19
|
- name: Setup Node 19
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
|||||||
2
.github/workflows/test-lint.yml
vendored
2
.github/workflows/test-lint.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Node 19
|
- name: Setup Node 19
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
|||||||
5085
package-lock.json
generated
5085
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -25,7 +25,7 @@
|
|||||||
"textlint-filter-rule-comments": "^1.2.2",
|
"textlint-filter-rule-comments": "^1.2.2",
|
||||||
"textlint-rule-apostrophe": "^2.0.0",
|
"textlint-rule-apostrophe": "^2.0.0",
|
||||||
"textlint-rule-common-misspellings": "^1.0.1",
|
"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-max-comma": "^2.0.2",
|
||||||
"textlint-rule-no-dead-link": "^5.1.2",
|
"textlint-rule-no-dead-link": "^5.1.2",
|
||||||
"textlint-rule-no-empty-element": "^0.3.1",
|
"textlint-rule-no-empty-element": "^0.3.1",
|
||||||
@ -35,7 +35,7 @@
|
|||||||
"textlint-rule-no-zero-width-spaces": "^1.0.1",
|
"textlint-rule-no-zero-width-spaces": "^1.0.1",
|
||||||
"textlint-rule-period-in-list-item": "^1.0.1",
|
"textlint-rule-period-in-list-item": "^1.0.1",
|
||||||
"textlint-rule-write-good": "^2.0.0",
|
"textlint-rule-write-good": "^2.0.0",
|
||||||
"vuepress": "^1.9.8",
|
"vuepress": "^1.9.10",
|
||||||
"vuepress-theme-book": "^0.0.9"
|
"vuepress-theme-book": "^0.0.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user