Skip to content

Commit

Permalink
Don't install anything on your system
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp authored Aug 12, 2024
1 parent 72278da commit 57ac03f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 57ac03f

Please sign in to comment.