File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v2
1212
13+ # Node-specific steps
14+ - name : Install node modules
15+ run : |
16+ npm install
17+
1318 # Ruby-specific steps
1419 - name : Set up Ruby 2.6
1520 uses : actions/setup-ruby@v1
2126 bundle install --jobs 4 --retry 3
2227 bundle exec rake
2328
24- # Node-specific steps
25- - name : Install node modules
26- run : |
27- npm install
28-
2929 # Jekyll-specific steps
3030 - name : Build the site in the jekyll/builder container
3131 run : |
3232 docker run \
3333 -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
34- jekyll/builder:latest /bin/bash -c "chmod a+w /srv/jekyll/Gemfile.lock && chmod 777 /srv/jekyll && jekyll build --future"
34+ jekyll/builder:latest /bin/bash -c "chmod a+w /srv/jekyll/Gemfile.lock && chmod 777 /srv/jekyll && jekyll build --future"
You can’t perform that action at this time.
0 commit comments