Skip to content

Commit 57ac03f

Browse files
authored
Don't install anything on your system
1 parent 72278da commit 57ac03f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/build_site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- uses: ruby/setup-ruby@v1
4242
with:
4343
ruby-version: '3.3'
44-
- name: Install apt requirements
44+
- name: Install bundler
4545
run: gem install bundler
46-
- name: Install apt requirements
46+
- name: Build website
4747
run: bundle exec jekyll build
4848
- name: Upload artifact
4949
uses: actions/upload-pages-artifact@v3

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ $ docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/
7979
and open http://localhost:4000/rsd-engineeringcourse (or the link provided).
8080
Note that this is mounting the `bundle` directory where `act` will create them.
8181

82-
or if you want to simply build and serve the site locally (with `ruby` and `bundle` installed):
83-
84-
```bash
85-
$ bundle install
86-
$ bundle exec jekyll serve
87-
```
8882

8983
# Migration from jupyter notebooks to py:percent
9084

0 commit comments

Comments
 (0)