File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 41
41
- uses : ruby/setup-ruby@v1
42
42
with :
43
43
ruby-version : ' 3.3'
44
- - name : Install apt requirements
44
+ - name : Install bundler
45
45
run : gem install bundler
46
- - name : Install apt requirements
46
+ - name : Build website
47
47
run : bundle exec jekyll build
48
48
- name : Upload artifact
49
49
uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change @@ -79,12 +79,6 @@ $ docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/
79
79
and open http://localhost:4000/rsd-engineeringcourse (or the link provided).
80
80
Note that this is mounting the ` bundle ` directory where ` act ` will create them.
81
81
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
- ```
88
82
89
83
# Migration from jupyter notebooks to py: percent
90
84
You can’t perform that action at this time.
0 commit comments