Skip to content

Commit

Permalink
feat update github action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichealWayne committed Feb 4, 2025
1 parent ca02dfd commit b49a1be
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 b49a1be

Please sign in to comment.