Skip to content

Commit

Permalink
#386: - fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jul 15, 2021
1 parent 078b17c commit 1b87c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
working-directory: ${{env.working-directory}}
run: python3 sphinx_rst_generator.py
- name: Generate nojekyll file
working-directory: ${{env.working-directory}}/_build/html
working-directory: ${{env.working-directory}}/combined_docs
run: touch .nojekyll
- name: Deploy docs
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 1b87c9c

Please sign in to comment.