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:
commit
03cf6c8e06
|
|
@ -80,7 +80,6 @@ dry-run:
|
|||
stage: deploy
|
||||
image: dart
|
||||
script:
|
||||
- rm -rf ./docs
|
||||
- dart pub get
|
||||
- dart pub publish --dry-run
|
||||
|
||||
|
|
@ -89,7 +88,6 @@ pub-dev:
|
|||
image: dart
|
||||
dependencies: [dry-run]
|
||||
script:
|
||||
- rm -rf ./docs
|
||||
- |
|
||||
if [ -z "${PUB_DEV_CREDENTIALS}" ]; then
|
||||
echo "Missing PUB_DEV_CREDENTIALS environment variable"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue