Skip to content

Commit

Permalink
docs: add GIST_README.md (#24)
Browse files Browse the repository at this point in the history
* docs: add GIST_README.md

* ci(github): add GIST_README deployment

Deploy GIST_README.md as README.md to gist
  • Loading branch information
donmahallem authored Feb 10, 2021
1 parent 775cb42 commit aef4f90
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync_gist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 12 additions & 0 deletions GIST_README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit aef4f90

Please sign in to comment.