From cfc9d39a84824590102418dc3362c4509f86f03a Mon Sep 17 00:00:00 2001 From: Evan Sultanik Date: Fri, 15 May 2020 16:12:01 -0400 Subject: [PATCH] Fix a relative path in the publish docs GitHub action --- .github/workflows/publish_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index 0d2013b..813efe1 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -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