Skip to content

Commit

Permalink
Actions navigation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krypticmouse committed Sep 10, 2024
1 parent 1562646 commit d249a5d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install dependencies
working-directory: ./docs
run: npm ci
- name: Build docs
working-directory: ./docs
run: npm run build
node-version: '14'
- name: Install dependencies and build
run: |
cd docs
npm install
npm run build
update-docs-subtree:
if: github.event_name == 'push'
Expand Down

0 comments on commit d249a5d

Please sign in to comment.