Skip to content

Commit

Permalink
Move files to parent directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Oct 7, 2023
1 parent 503556d commit a686fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Move Doxygen HTML files into Doxygen directory
run: |
mv "./docs/doxygen/html/*" "./docs/doxygen"
mv docs/doxygen/html/* .
working-directory: ${{ github.workspace }}

- name: Build JSDoc documentation
Expand Down

0 comments on commit a686fe8

Please sign in to comment.