refactor: Clean up deprecated website data

This commit is contained in:
Christian Pauly 2022-09-16 08:23:07 +02:00
parent 61369c4b1d
commit 5031ff0175
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>