File tree Expand file tree Collapse file tree 4 files changed +1149
-2
lines changed Expand file tree Collapse file tree 4 files changed +1149
-2
lines changed Original file line number Diff line number Diff line change 2424 uses : actions/setup-node@v3
2525 with :
2626 node-version : " 16"
27- run : yarn add -D postcss autoprefixer postcss-cli
27+ run : yarn install
2828
2929 - name : Setup Hugo
3030 uses : peaceiris/actions-hugo@v2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG DOCSY_VERSION=v0.4.0
77LABEL maintainer="CoMSES Net <support@comses.net>"
88
99WORKDIR /src
10- COPY config.toml /src/
10+ COPY config.toml package.json /src/
1111
1212RUN git config --global --add safe.directory /src \
1313 && hugo mod init github.com/openmodelingfoundation/openmodelingfoundation.github.io \
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " omf-site" ,
3+ "version" : " 1.0.0" ,
4+ "license" : " CC0-1.0" ,
5+ "devDependencies" : {
6+ "autoprefixer" : " ^10.2.5" ,
7+ "postcss" : " ^8.4.14" ,
8+ "postcss-cli" : " ^8.3.1"
9+ },
10+ "dependencies" : {
11+ "@octokit/action" : " ^3.18.0" ,
12+ "bootstrap" : " ^5.0.0" ,
13+ "jquery" : " ^3.0" ,
14+ "popper.js" : " ^1.16.0"
15+ }
16+ }
You can’t perform that action at this time.
0 commit comments