Skip to content

Commit

Permalink
AVRO-3686: Small simplification
Browse files Browse the repository at this point in the history
Co-authored-by: Michael A. Smith <[email protected]>
  • Loading branch information
martin-g and kojiromike authored Jul 21, 2023
1 parent 2d34893 commit 258b4f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ jobs:
node-version: 16

- name: Install NPM dependencies
run: |
set -x
cd doc
npm install
working-directory: doc
run: npm install

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
Expand Down

0 comments on commit 258b4f2

Please sign in to comment.