Skip to content

Commit 2d0584e

Browse files
committed
update yarn deps
1 parent c585b9a commit 2d0584e

File tree

5 files changed

+277
-266
lines changed

5 files changed

+277
-266
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ jobs:
5050
uses: ruzickap/action-my-broken-link-checker@v2
5151
with:
5252
url: https://test.merginmaps.com
53-
cmd_params: --buffer-size=8192 --max-connections=10 --color=always --skip-tls-verification --timeout=40 --exclude=.*twitter.com/lutraconsulting --exclude=.*openstreetmap.org.* --exclude=.*sqlite.org.* --exclude=.*gnu.org.* --exclude=.*github.com/merginmaps/docs/edit/.* --exclude=.*libtiff.org.* # openstreetmap gives 403 for some reason?; mime duplicate parameter name for sqlite.org; TCP address timed out for GNU.org
53+
cmd_params: --buffer-size=8192 --max-connections=10 --color=always --skip-tls-verification --timeout=40 --exclude=.*twitter.com/lutraconsulting --exclude=https://docs.github.com* --exclude=.*openstreetmap.org.* --exclude=.*sqlite.org.* --exclude=.*gnu.org.* --exclude=.*github.com/merginmaps/docs/edit/.* --exclude=.*libtiff.org.* # openstreetmap gives 403 for some reason?; mime duplicate parameter name for sqlite.org; TCP address timed out for GNU.org
5454
pages_path: ./dist/
5555
debug: true
56-
run_timeout: 600
5756

5857
markdown_checks:
5958
runs-on: ubuntu-latest

.github/workflows/status-dev.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ jobs:
2020
uses: ruzickap/action-my-broken-link-checker@v2
2121
with:
2222
url: ${{ env.URL }}
23-
cmd_params: --buffer-size=8192 --max-connections=10 --color=always --skip-tls-verification --timeout=40 --exclude=.*twitter.com/lutraconsulting --exclude=.*openstreetmap.org.* --exclude=.*sqlite.org.* --exclude=.*gnu.org.* --exclude=.*libtiff.org.* # openstreetmap gives 403 for some reason?; mime duplicate parameter name for sqlite.org; TCP address timed out for GNU.org
24-
run_timeout: 600
25-
23+
cmd_params: --buffer-size=8192 --max-connections=10 --color=always --skip-tls-verification --timeout=40 --exclude=.*twitter.com/lutraconsulting --exclude=https://docs.github.com* --exclude=.*openstreetmap.org.* --exclude=.*sqlite.org.* --exclude=.*gnu.org.* --exclude=.*libtiff.org.* # openstreetmap gives 403 for some reason?; mime duplicate parameter name for sqlite.org; TCP address timed out for GNU.org

.github/workflows/status-prod.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ jobs:
2020
uses: ruzickap/action-my-broken-link-checker@v2
2121
with:
2222
url: ${{ env.URL }}
23-
cmd_params: --buffer-size=8192 --max-connections=10 --color=always --skip-tls-verification --timeout=40 --exclude=.*twitter.com/lutraconsulting --exclude=.*openstreetmap.org.* --exclude=.*sqlite.org.* --exclude=.*gnu.org.* --exclude=.*libtiff.org.* # openstreetmap gives 403 for some reason?; mime duplicate parameter name for sqlite.org; TCP address timed out for GNU.org
24-
run_timeout: 600
25-
23+
cmd_params: --buffer-size=8192 --max-connections=10 --color=always --skip-tls-verification --timeout=40 --exclude=.*twitter.com/lutraconsulting --exclude=https://docs.github.com* --exclude=.*openstreetmap.org.* --exclude=.*sqlite.org.* --exclude=.*gnu.org.* --exclude=.*libtiff.org.* # openstreetmap gives 403 for some reason?; mime duplicate parameter name for sqlite.org; TCP address timed out for GNU.org

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "merginmaps-docs",
3-
"version": "0.0.1",
3+
"version": "2022.1.0",
44
"description": "Mergin Maps Documentation",
55
"license": "CC-BY-4.0",
66
"main": "index.js",
77
"authors": {
88
"name": "Peter Petrik",
99
"email": "peter.petrik@lutraconsulting.co.uk"
1010
},
11-
"repository": "merginmaps/docs/merginmaps-docs",
11+
"repository": "merginmaps/docs",
1212
"scripts": {
1313
"dev": "vuepress dev src",
1414
"build": "vuepress build src",

0 commit comments

Comments
 (0)