Skip to content

Commit

Permalink
Update documentation.yml (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-akemii authored Dec 3, 2024
1 parent 5c1b7e1 commit c68b116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Prepare links for DEVELOP
if: ${{ (github.ref == 'refs/heads/develop') && (github.event_name == 'push')}}
run: |
python -c "from ci.replace_regex import replace_regex; replace_regex('develop')"
python -c "from docs.replace_regex import replace_regex; replace_regex('develop')"
- name: Build documentation
run: |
Expand Down

0 comments on commit c68b116

Please sign in to comment.