Skip to content

Commit

Permalink
ci: add Checkout for docs
Browse files Browse the repository at this point in the history
Signed-off-by: Bibazavr <lebedevki@lad24.ru>
  • Loading branch information
Bibazavr committed Apr 26, 2024
1 parent 05596d7 commit ab94c16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
matrix:
node: [ 20.11.x ]
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Install dependencies # install project deps with --frozen-lockfile to make sure we will have the same packages version ( very recommended on running yarn install on ci)
run: yarn --cwd docs install --frozen-lockfile
- name: Build website
Expand Down

0 comments on commit ab94c16

Please sign in to comment.