Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceppa committed Mar 20, 2024
1 parent e157e2c commit 9bbfb32
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,10 @@ jobs:
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
working-directory: docs
with:
node-version: 16.x
cache: yarn
- name: Install dependencies
working-directory: docs
run: yarn install --frozen-lockfile --non-interactive
- name: Build
working-directory: docs
run: yarn build
- name: setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<senesealessandro@gmail.com>"
Expand Down

0 comments on commit 9bbfb32

Please sign in to comment.