From aef4f90a86b3d3d557449f718ddef6878eae94cc Mon Sep 17 00:00:00 2001 From: donmahallem Date: Wed, 10 Feb 2021 11:53:05 +0100 Subject: [PATCH] docs: add GIST_README.md (#24) * docs: add GIST_README.md * ci(github): add GIST_README deployment Deploy GIST_README.md as README.md to gist --- .github/workflows/sync_gist.yml | 3 ++- GIST_README.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 GIST_README.md diff --git a/.github/workflows/sync_gist.yml b/.github/workflows/sync_gist.yml index bc00728..a0fe80b 100644 --- a/.github/workflows/sync_gist.yml +++ b/.github/workflows/sync_gist.yml @@ -24,4 +24,5 @@ jobs: with: token: ${{ secrets.deploy_token }} gist_id: a05100077ec1327268f28f0b2bd8da60 - file_path: ./README.md + gist_file_name: README.md + file_path: ./GIST_README.md diff --git a/GIST_README.md b/GIST_README.md new file mode 100644 index 0000000..6d69ca9 --- /dev/null +++ b/GIST_README.md @@ -0,0 +1,12 @@ +# Run Blender on Google Colab + +## Please Read + +This is a automatically updated GIST copied from this [repository](https://github.com/donmahallem/colab_blender). +If you have any issues, suggestions or improvements please file those to that repository! +It's far easier to keep track of conversations in their own dedicated issues/PRs. + +## Instructions + +Please refer to the repositories instructions! For a quick start click the following badge: +[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/donmahallem/colab_blender/blob/master/runblender.ipynb)