Skip to content

Commit

Permalink
Fix a relative path in the publish docs GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed May 15, 2020
1 parent 824ced2 commit cfc9d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pip install .[dev]
- name: Build documentation
run: |
cd docs
cd graphtage/docs
make html
- name: Checkout gh-pages branch
uses: actions/checkout@v2
Expand Down

0 comments on commit cfc9d39

Please sign in to comment.