blob: 81f9e69a6c01daf1ab8d2085b1ff8a605e801bdc [file] [log] [blame]
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
DEPS = [
'flutter/firebase',
'recipe_engine/path',
]
def RunSteps(api):
docs_path = api.path.start_dir / 'flutter/dev/docs'
api.firebase.deploy_docs({}, {}, docs_path, 'myproject')
def GenTests(api):
yield api.test('basic')