From d390449400e1f6914c0ed7fecb8b4ccbe7a4a273 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 28 Sep 2020 21:06:45 +0200 Subject: [PATCH] change documenatation action --- .github/workflows/documentation.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index fd85eaa..8061c58 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,15 +19,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - - name: Sphinx Build - # You may pin to the exact commit or the version. - # uses: ammaraskar/sphinx-action@8b4f60114d7fd1faeba1a712269168508d4750d2 - uses: ammaraskar/sphinx-action@0.4 + - uses: ammaraskar/sphinx-action@0.4 with: - # The folder containing your sphinx docs. - docs-folder: doc/ - # The command used to build your documentation. - build-command: make html + docs-folder: "doc/" \ No newline at end of file