Merge branch 'krille/remove-old-docs' into 'main'

refactor: Clean up deprecated website data

See merge request famedly/company/frontend/famedlysdk!1134
This commit is contained in:
td 2022-09-16 06:34:09 +00:00
commit 03cf6c8e06
2 changed files with 0 additions and 14 deletions

View File

@ -80,7 +80,6 @@ dry-run:
stage: deploy stage: deploy
image: dart image: dart
script: script:
- rm -rf ./docs
- dart pub get - dart pub get
- dart pub publish --dry-run - dart pub publish --dry-run
@ -89,7 +88,6 @@ pub-dev:
image: dart image: dart
dependencies: [dry-run] dependencies: [dry-run]
script: script:
- rm -rf ./docs
- | - |
if [ -z "${PUB_DEV_CREDENTIALS}" ]; then if [ -z "${PUB_DEV_CREDENTIALS}" ]; then
echo "Missing PUB_DEV_CREDENTIALS environment variable" echo "Missing PUB_DEV_CREDENTIALS environment variable"

View File

@ -1,12 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Famedly Matrix SDK</title>
</head>
<body>
<a href="api/index.html">API</a>
<a href="doc/index.html">Documentation</a>
</body>
</html>