Skip to content

Commit

Permalink
Merge pull request #222 from ethersphere/ci
Browse files Browse the repository at this point in the history
CI: fix and update to use node 14, as suggested in the readme
  • Loading branch information
significance authored Jul 6, 2021
2 parents 58b70cd + af88921 commit e3b188e
Show file tree
Hide file tree
Showing 6 changed files with 5,477 additions and 7,681 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '14'

- name: Build
run: |
npm install
npm ci
npm run build
- name: Check broken links
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '14'

- name: Setup swarm
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Build for gh-pages
run: |
npm install
npm ci
npm run-script build
echo "docs.ethswarm.org" > ./build/CNAME
rm ./build/.nojekyll
Expand All @@ -44,7 +44,7 @@ jobs:
run: |
rm -rf build
sed -i "s/baseUrl: '\/'/baseUrl: '\/bzz:\/docs\.swarm\.eth\/'/g" docusaurus.config.js
npm install
npm ci
npm run-script build
rm ./build/.nojekyll
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/rasp-bee-ry-pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ systemctl restart bee

There are many other configuration options available to fine tune
Bee. Please check out the
[configuration](/docs/docs/working-with-bee/configuration) section of
[configuration](/docs/working-with-bee/configuration) section of
the docs for more info.

Now, in your other terminal window where Bee's logs are still being
Expand Down
Loading

0 comments on commit e3b188e

Please sign in to comment.