Skip to content

Commit

Permalink
Merge pull request #87 from MichealWayne/feat-utils-npm
Browse files Browse the repository at this point in the history
feat update github action yml
  • Loading branch information
MichealWayne authored Feb 4, 2025
2 parents 3b4f7c6 + b49a1be commit 9252411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- run: rm -rf ./docs && mkdir -p ./docs
- name: Download the new documents artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: newdocumentation
- run: tar -xf newdocumentation.tar ./docs -C ./docs
Expand Down

0 comments on commit 9252411

Please sign in to comment.