From 1018ef46f20db78bb304e84d8712b02f387bf12e Mon Sep 17 00:00:00 2001 From: mj Date: Tue, 6 Feb 2024 23:45:14 -0500 Subject: [PATCH] update --- .github/workflows/deploydocs.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/deploydocs.yml b/.github/workflows/deploydocs.yml index 51c63212..33cb1bfc 100644 --- a/.github/workflows/deploydocs.yml +++ b/.github/workflows/deploydocs.yml @@ -47,15 +47,15 @@ jobs: # Deployment job deploy: name: Deploy Docs to Github Pages - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build_docs - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 - - id: "deployment" - name: "Deploy documentation to GitHub Pages" - uses: "actions/deploy-pages@v2" \ No newline at end of file + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build_docs + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 + - id: "deployment" + name: "Deploy documentation to GitHub Pages" + uses: "actions/deploy-pages@v2" \ No newline at end of file