Skip to content

Commit

Permalink
Documentation maintenance (#51) @h3rmanj
Browse files Browse the repository at this point in the history
* Documentation maintenance

Update docusaurus to latest release
Use node v16
Bump actions/setup-node

* Remove docs lockfile

Avoids large line changes in commits
Also harden deps in package.json
Run npm install instead of ci when publishing
  • Loading branch information
h3rmanj committed Mar 7, 2022
1 parent b7a040c commit b52949d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11,192 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
- name: Build
run: |
cd docs
npm ci
npm install
npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
Loading

0 comments on commit b52949d

Please sign in to comment.