From 3d304c46552d39a886dfde3e1ce56c99ce93b84f Mon Sep 17 00:00:00 2001 From: Fred Montet Date: Mon, 29 Jan 2024 17:18:50 +0100 Subject: [PATCH] Fixed documentation CI --- .github/workflows/docs.yml | 52 +++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d8d8237..00937a2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -55,33 +55,33 @@ jobs: name: documentation path: ./docs/_build/html - # -------------------------------- - # Deploy : Deploy the Documentation - # -------------------------------- + # -------------------------------- + # Deploy : Deploy the Documentation + # -------------------------------- - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup Pages - uses: actions/configure-pages@v4 - - - name: Download documentation artifact - uses: actions/download-artifact@v4 - with: - name: documentation + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Setup Pages + uses: actions/configure-pages@v4 + + - name: Download documentation artifact + uses: actions/download-artifact@v4 + with: + name: documentation - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - path: './docs/_build/html' + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + path: './docs/_build/html' - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4