From 73177f4048a6bb02a2f18e4359a03be0e5cfba5a Mon Sep 17 00:00:00 2001 From: Justin van der Leij Date: Tue, 2 Nov 2021 17:21:51 +0100 Subject: [PATCH] Fix documentation page building workflow 10 --- .github/workflows/doc.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 4acd139..ee2d94e 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -28,9 +28,8 @@ jobs: - name: Build docs run: ldoc . - - - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.5 - with: - branch: gh-pages - folder: docs \ No newline at end of file + - name: Deploy + uses: JamesIves/github-pages-deploy-action@4.1.5 + with: + branch: gh-pages + folder: docs \ No newline at end of file