Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/example-assets-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Example Assets Update

# Refreshes the shared web-example CSS/JS (examples-main) committed in this repo
# from the latest examples-assets release, via the common-ci reusable workflow.
# The assets change rarely, so this runs weekly and only opens a PR if they
# changed. common-ci is not a submodule; it is referenced as a reusable workflow.

on:
workflow_dispatch:
schedule:
- cron: '0 3 * * 1'

jobs:
Example_Assets_Update:
uses: 51Degrees/common-ci/.github/workflows/nightly-example-assets-update.yml@main
with:
repo-name: ${{ github.event.repository.name }}
secrets:
token: ${{ secrets.ACCESS_TOKEN }}
4 changes: 4 additions & 0 deletions fiftyone_devicedetection_examples/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ recursive-include src/fiftyone_devicedetection_examples/onpremise/gettingstarted
recursive-include src/fiftyone_devicedetection_examples/onpremise/gettingstarted_web *.hash
recursive-include src/fiftyone_devicedetection_examples/cloud/gettingstarted_web/static *
recursive-include src/fiftyone_devicedetection_examples/cloud/gettingstarted_web/templates *
recursive-include src/fiftyone_devicedetection_examples/onpremise/useragentclienthints_web/static *
recursive-include src/fiftyone_devicedetection_examples/onpremise/useragentclienthints_web/templates *
recursive-include src/fiftyone_devicedetection_examples/cloud/useragentclienthints_web/static *
recursive-include src/fiftyone_devicedetection_examples/cloud/useragentclienthints_web/templates *
2 changes: 2 additions & 0 deletions fiftyone_devicedetection_examples/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ def read(file_name):
"fiftyone_devicedetection_examples",
"fiftyone_devicedetection_examples.onpremise",
"fiftyone_devicedetection_examples.onpremise.gettingstarted_web",
"fiftyone_devicedetection_examples.onpremise.useragentclienthints_web",
"fiftyone_devicedetection_examples.cloud",
"fiftyone_devicedetection_examples.cloud.gettingstarted_web",
"fiftyone_devicedetection_examples.cloud.useragentclienthints_web",
],
package_dir={"": "src"},
install_requires=["fiftyone_devicedetection", "flask", "flask-unittest", "json5", "ruamel.yaml"],
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading