Skip to content

Commit 74648d5

Browse files
authored
temporarily remove 'try on colab' from the homepage (#9)
* temporarily remove 'try on colab' from the homepage Colab updates seem to have broken compilation, and we are unable to get logs to fix it until we port to jitify2? * Bump versions in CI
1 parent 1f34534 commit 74648d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
# Clone the repository and checkout into the relevant branch
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212

1313
# Install Ruby
1414
- name: Install Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: 2.7.3 # Check https://pages.github.com/versions/ for the current Ruby version used by gh pages.
17+
ruby-version: 3.3.4 # Check https://pages.github.com/versions/ for the current Ruby version used by gh pages.
1818

1919
# Install dependencies required to run jekyll build
2020
- name: Install gh-pages rubygem via bundler

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ header:
1010
url: "https://github.com/FLAMEGPU/FLAMEGPU2/"
1111
- label: "Docs"
1212
url: "https://docs.flamegpu.com"
13-
- label: "Try on Colab"
14-
url: "https://colab.research.google.com/github/FLAMEGPU/FLAMEGPU2-tutorial-python/blob/google-colab/FLAME_GPU_2_python_tutorial.ipynb"
13+
# - label: "Try on Colab"
14+
# url: "https://colab.research.google.com/github/FLAMEGPU/FLAMEGPU2-tutorial-python/blob/google-colab/FLAME_GPU_2_python_tutorial.ipynb"
1515
excerpt: "The Flexible Large-scale Agent Modelling Environment for the Graphics Processing Unit (GPU)"
1616
feature_row:
1717
- image_path: /assets/images/gpu_birds_square.png

0 commit comments

Comments
 (0)