mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
ea001110eb
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@ -30,11 +30,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
# Limit clone depth to speed up build
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 5
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# Install Node runtime and dependencies
|
||||
- uses: actions/setup-node@v1
|
||||
@ -69,11 +65,7 @@ jobs:
|
||||
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
# Limit clone depth to speed up build
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 5
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# Install Python runtime and dependencies
|
||||
- uses: actions/setup-python@v1
|
||||
@ -118,11 +110,7 @@ jobs:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
# Limit clone depth to speed up build
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 5
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# Ensure latest build if repository is not up-to-date
|
||||
- run: rm -rf material
|
||||
|
1226
package-lock.json
generated
1226
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -40,11 +40,11 @@
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.8.4",
|
||||
"@babel/core": "^7.8.4",
|
||||
"@babel/core": "^7.8.6",
|
||||
"@babel/plugin-transform-react-jsx": "^7.8.3",
|
||||
"@babel/preset-env": "^7.8.4",
|
||||
"@babel/preset-env": "^7.8.6",
|
||||
"autoprefixer": "^9.7.4",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.0.6",
|
||||
"chalk": "^3.0.0",
|
||||
"clipboard": "^2.0.0",
|
||||
@ -53,7 +53,7 @@
|
||||
"css-mqpacker": "^7.0.0",
|
||||
"cssmin": "^0.4.3",
|
||||
"custom-event-polyfill": "^1.0.7",
|
||||
"customizr": "^1.4.0",
|
||||
"customizr": "^1.4.1",
|
||||
"eslint": "^6.8.0",
|
||||
"event-hooks-webpack-plugin": "^2.1.5",
|
||||
"expose-loader": "^0.7.4",
|
||||
|
Loading…
Reference in New Issue
Block a user