Skip to content

build directory - ui-bundle.zip - automation process in docs #6

Description

@mmattel

Currently the build directory is excluded by

cat .gitignore
/build/
/node_modules/
/public/

If we want to automate the inclusion of ui-bundle.zip in docs originated in this repro in directory build, we would need to include it.

If I get that right, it would then need on the docs side in site.yml the inclusion (just as an example):

ui:
  bundle:
    url: https://github.com/owncloud/docs-ui/build/ui-bundle.zip
    snapshot: true

Is that correct?

In docs
you have an empty build directory kept by .gitignore.
and in the root folder of docs you can find the current local (unautomated, out of sync) version of ui-bundle.zip

@tboerger @settermjd

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions