Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
fix(docs): action change doc folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
ByFishh committed Nov 23, 2023
1 parent 2db326d commit 9b98476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Execute Binary to get documentation
run: |
./target/debug/solidhunter -d > ../../../../../doc/documentation.json
./target/debug/solidhunter -d > ../../../doc/documentation.json
- name: Set up Node.js
uses: actions/setup-node@v4
Expand All @@ -40,7 +40,7 @@ jobs:

- name: Build md from json
run: |
cd ../../../../../doc
cd ../../../doc
node createMarkdownFilesFromJsonArray.js
- uses: retypeapp/action-build@latest
Expand Down

0 comments on commit 9b98476

Please sign in to comment.