Skip to content

Commit

Permalink
Fix bug in doc-deploy.yml
Browse files Browse the repository at this point in the history
Fixed a bug in doc-deploy.yml which was
caused by an improper uses statement that
contained a type `aactions/setup-node@v4`.
  • Loading branch information
alexjhawk committed Feb 12, 2024
1 parent 0d24bbc commit b8b1058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js
uses: aactions/setup-node@v4
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
Expand Down

0 comments on commit b8b1058

Please sign in to comment.