From 57ac03f77ed716909b1c7ebe3646d283aa1f3d1d Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Mon, 12 Aug 2024 13:50:01 +0100 Subject: [PATCH] Don't install anything on your system --- .github/workflows/build_site.yml | 4 ++-- README.md | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_site.yml b/.github/workflows/build_site.yml index f79ec17e..581e8402 100644 --- a/.github/workflows/build_site.yml +++ b/.github/workflows/build_site.yml @@ -41,9 +41,9 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: '3.3' - - name: Install apt requirements + - name: Install bundler run: gem install bundler - - name: Install apt requirements + - name: Build website run: bundle exec jekyll build - name: Upload artifact uses: actions/upload-pages-artifact@v3 diff --git a/README.md b/README.md index 831e376b..6ae34ec7 100644 --- a/README.md +++ b/README.md @@ -79,12 +79,6 @@ $ docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/ and open http://localhost:4000/rsd-engineeringcourse (or the link provided). Note that this is mounting the `bundle` directory where `act` will create them. -or if you want to simply build and serve the site locally (with `ruby` and `bundle` installed): - -```bash -$ bundle install -$ bundle exec jekyll serve -``` # Migration from jupyter notebooks to py:percent