Skip to content

Commit

Permalink
⬆️ chore: update update-docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed Jan 7, 2025
1 parent 091b6fc commit fdff37e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/checkout@v4
- name: Setup Graphviz
uses: tlylt/install-graphviz@v1
- name: Set up Node LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
Expand Down

0 comments on commit fdff37e

Please sign in to comment.