Skip to content

Commit

Permalink
🚚 Rename generateDocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
47PADO47 committed Jan 16, 2024
1 parent f3c54fd commit 7295025
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Generate docs on push

on:
push:
branches:
- main
repository_dispatch:

jobs:
build-and-generate:
runs-on: ubuntu-latest
Expand All @@ -16,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '21.6.0'
node-version: '20.x'
- name: Install
run: npm ci
- name: Build
Expand Down

0 comments on commit 7295025

Please sign in to comment.