No longer need npm
This commit is contained in:
parent
39b53471c5
commit
84a5259949
|
@ -65,9 +65,6 @@ jobs:
|
|||
- name: Build site
|
||||
run: Rscript -e 'bookdown::render_book("index.Rmd", quiet = TRUE)'
|
||||
|
||||
- name: Install npm
|
||||
uses: actions/setup-node@v1
|
||||
|
||||
- name: Deploy to Netlify
|
||||
if: contains(env.isExtPR, 'false')
|
||||
id: netlify-deploy
|
||||
|
|
Loading…
Reference in New Issue